I can not figure out how to fix the html form menu from going off the page in Mozilla...
Return to Recent Questions
Q:
I cann't figure out how to fix the html form 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 html form menu width and html form 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, 2009 - Is there any way to keep a menu using javascript lit up when going to another page?
- March 19, 2009 - How to get the css javascript menu to highlight and stay on the page you're viewing?
- March 19, 2009 - I need that the dhtml menu creator loads pages into an iFrame.
- March 27, 2009 - I can't validate my pages with W3C or WDG validators using drop menu javascript...
- Apr 05, 2009 - We have status bar errors that say: "Done, but with errors on page" in navigation web design...
- Apr 14, 2009 - The page I try to open in css pulldown menu could not found...
- May 10, 2009 - Since I installed the over drop down menu on our website the homepage start loads slowly...
- May 15, 2009 - I can see the down arrows of my jump menu javascript on the main page only, how to fix it?
- May 22, 2009 - I would like to have links of menu for html to our website when javascript turned off.
- May 30, 2009 - If the new page in the frame is a frameset itself, the scroll down menu won't show up.
- Jun 02, 2009 - I do not want to change every page with the menu each time I need to make changes in dynamic html menu...
|