| 
      Return to Recent Questions Menu works in IE7. In firefox the dhtml right click menu is about 4 or 5 px longer. 
 
 Q:
 I am trying out your program and it's really sweet. I have 1 little
 problem. I created the menu everything works in IE7. In firefox the menu
 is  about 4 or 5 px longer. It seems like in firefox there is a border
 around each top level item although I have set all borders to 0 (I can
 see that because I have set roolover color of background to opposite of
 normal color)
 
 
 A:
 Try to set exact width for the menu in "px".
 
 For example:
 var menuWidth="600px";
 
 
 
 
 
 Return to Recent Questions
 
 
 |