| 
       
          
                    With the browser Opera I have problems with the dhtml scrolling menu item-color.
       
      Return to Recent Questions
 
  
Q: 
 I have used your Deluxe-menu on my websit.
 With the browser Opera I have problems with the dhtml scrolling menu item-color.
 If I select the menu at the first time, the item color is black.
 After select a menu item the menu item color is #f0e4cc, this is
 correct. After re-select the menu the item color is #f0e4cc also.
 After browser re-start the menu item color is black :-(
 
  
A: 
	
See it is not correctly to write colors in the following way (without # symbol): 
var fontColor=["f0e4cc","f0e4cc"];
  
You should write: 
var fontColor=["#f0e4cc","#f0e4cc"];
  
Your menu will work correctly in all browsers in that case.
  
 
 
  
Return to Recent Questions
           Related: 
         
         - Sep 26, 2006 - Is there a way to change the height of the main buttons in my simple dhtml menu.
 - Oct 15, 2006 - There's some problems when we use two javascript horizontal menus.
 - Oct 27, 2006 - In IE 6.0 and Firefox 1.5.0.4, the submenus of my dhtml dropdown menu are not visible
 - Oct 30, 2006 - I don't see on my website dhtml mouseover menu that I saw on my local machine.
 - Nov 05, 2006 - The font color doesn't change when I roll over the dhtml side menu
 - Nov 14, 2006 - Can dhtml menu script work with tables ?
 - Nov 21, 2006 - How are this javascript scrolling menu compatible with Frontpage 2003?
 - Nov 23, 2006 - It is possible to have context menu work with your tree menu dhtml?
 - Dec 03, 2006 - We have several problems with your javascript side menu. Please, help!
 - Dec 04, 2006 - With the licensed .js files of menu dhtml the status bar on IE shows "Error on page".
 - Dec 11, 2006 - How to add the new items to the dhtml vertical menu without using two data.js files?
           
               
   |