The css pulldown menu menu behave a looks differently in IE 6 and Firefox
Return to Recent Questions
Q:
I am just starting to work with deluxe menu for a site that I am
developing. I will soon be going through the purchase of a license
but have not yet reached that point. At the moment though, as I
build the framework for the site locally on my computer, I notice
that the menu behave a looks differently in IE 6 and Firefox (I am
focusing on a CSS base menu). Is this something that will be
worked out once I have purchased the licensing key or is there
something else that I am missing?
A:
Deluxe Menu works fine in all browsers.
Try to set exact width for the menu width and menu height, try to specify units
in "px":
var menuWidth="500px";
It's necessary to specify exact value for Mozilla browsers. It helps
to position menus correctly.
var menuHeight="20px";
You should also check your padding parameter, you should write it so:
var itemPadding="1px 1px 1px 12px";
You can also send us a copy of your html page (including .js files) or
a direct link to your website, so we can check it.
Return to Recent Questions
|