|
I can not figure out how to fix the net drop down menu from going off the page in Mozilla...
Return to Recent Questions
Q:
I cann't figure out how to fix the net drop down menu from going off the page in
Mozilla by using html code. I don't know where I should put the code.
A:
Try to set exact width for the net drop down menu width and net drop down 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 in the following way:
var itemPadding="1px 1px 1px 12px";
Return to Recent Questions
Related:
- March 16, 2007 - Is there any way to keep a javascript expand lit up when going to another page?
- March 19, 2007 - How to get the down menus in javascript to highlight and stay on the page you're viewing?
- March 19, 2007 - I need that the dhtml menu scripts loads pages into an iFrame.
- March 27, 2007 - I can't validate my pages with W3C or WDG validators using dynamic menu html...
- Apr 05, 2007 - We have status bar errors that say: "Done, but with errors on page" in drop down horizontal menu...
- Apr 14, 2007 - The page I try to open in drop down menu web could not found...
- May 10, 2007 - Since I installed the javascript submenu on our website the homepage start loads slowly...
- May 15, 2007 - I can see the down arrows of my button menu on the main page only, how to fix it?
- May 22, 2007 - I would like to have links of down menus javascript to our website when javascript turned off.
- May 30, 2007 - If the new page in the frame is a frameset itself, the dynamic menu items won't show up.
- Jun 02, 2007 - I do not want to change every page with the menu each time I need to make changes in cascading menus...
|