The roll over menu won't align itself correctly in Firefox.
Return to Recent Questions
Q:
I am using deluxe-menu for the third time to create a school web site. It has
worked fine on the previous two sites, but I am making a horizontal menu this
time instead of a vertical menu. The menu won't align itself correctly in
Firefox. I read the post in your FAQ and I set the align tag in the TD element
and also the size attribute, but that didn't work.
Could you give me some suggestions. It looks fine ie IE, but not Firefox.
A:
Try to specify exact value for menu width.
For example:
var menuWidth="800px";
It's necessary to specify exact value for Mozilla browsers. It helps
to position menus correctly.
Return to Recent Questions
|