|
There seems to be a 'glitch' with my transparent up menu css in Firefox.
Return to Recent Questions
Q:
There seems to be a "glitch" with the up menu css in Firefox.
I have validated...however I wondered if there could be a
conflict in the javascript (yours and mine).
My up menu css floating to the left, instead of under the top up menu css (the
second or third mouseover will correct the issue). Sometimes I
have to mouseover twice before the submenu comes up (in I.E.).
Any suggestions?
A:
The reason is in your <!DOCTYPE>.
Try to specify units in "px".
t's necessary to specify exact value for Mozilla browsers. It helps
to position menus correctly.
var menuWidth="780px";
var menuHeight="27px";
var smWidth="200px";
var smHeight="200px";
I
You can also try to set the following parameter:
var dm_writeAll=1;
Return to Recent Questions
Related:
- Aug 06, 2009 - When running css menu ul with IE or Firefox, the background is transparent, why?.
- Dec 09, 2009 - My dhtml menu bar will not "center" when I view it in Firefox and NS browsers.
- Jan 17, 2010 - I tried the floating menu html in Firefox, and it works, but the nice transition effect isn't there
- Jan 22, 2010 - In Firefox the sub menus do not appear at all in the dropdown css menu.
- Feb 03, 2010 - In IE tree menu looks fine but I cannot see the dhtml menu maker in Firefox...
- Feb 07, 2010 - In Netscape and Firefox the javascript onmouseover menu isn't centered on the pages
- Feb 08, 2010 - I need to know how to make the background in the dynamic javascript menus to be transparent..
- March 21, 2010 - vertical popup menu works in IE7. In firefox the vertical popup menu is about 4 or 5 px longer.
- March 24, 2010 - javascript scrolling menu seems to be working fine with IE7, it doesn't load on Firefox
- April 26, 2010 - Why don't any of the dynamic effects of css navigation menus work in Firefox?
- May 3, 2010 - Can't see my dynamic pull down menu in FireFox.
|