|
The menus in java script looks differently in IE 6 and Firefox...
Return to Recent Questions
Q:
I am just starting to work with menus in java script for a site that I am
developing. I notice that the menus in java script behave a looks differently in IE 6 and Firefox (I am
using a CSS base menus in java script). 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:
DHTML Menu works fine in all browsers.
It's necessary to specify exact value for Mozilla browsers. It helps
to position menus correctly.
Try to set exact width for the menu width and menu height, try to specify units
in "px":
var menuWidth="500px";
var menuHeight="20px";
You should also check your padding parameter, you should write it so:
var itemPadding="1px 1px 1px 12px";
Return to Recent Questions
Related:
- Apr 01, 2009 - How can I set different parameters for diferent items in my cascading menus?
- Apr 24, 2009 - How can I define which drop down menu examples submenus should be multicolumn and wich one looks "normal".
- May 06, 2009 - I am looking to create a css ul menu to use it on a CD. Which license should I buy?
- May 21, 2009 - I am looking to integrate your java drop down menu into a CMS such as Joomla.
- May 24, 2009 - When set up links in the dhtml menu frames using Tuner app, it changes them to different paths.
- Jun 26, 2009 - I'm looking for a collapsing menu system that can be placed in a table cell.
- Jul 19, 2009 - When I have tried to look my menus web in the browser I have the active x message
- Sep 13, 2009 - There is a gray line under the menu button images that makes it look broken.
- Sep 19, 2009 - All of the items in dropdown menu generator have different sizes.
- Oct 02, 2009 - When I look at other browsers menu css horizontal template isn't in the centre but on the right
- Nov 03, 2009 - Why is the sub menu has a different color than menu items in the vertical css menu?
|