|
I can not figure out how to fix the onmouseover examples from going off the page in Mozilla...
Return to Recent Questions
Q:
I cann't figure out how to fix the onmouseover examples 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 onmouseover examples width and onmouseover examples 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 vertical dhtml menu lit up when going to another page?
- March 19, 2009 - How to get the html drop down menus to highlight and stay on the page you're viewing?
- March 19, 2009 - I need that the cascade menu javascript loads pages into an iFrame.
- March 27, 2009 - I can't validate my pages with W3C or WDG validators using click popup menu...
- Apr 05, 2009 - We have status bar errors that say: "Done, but with errors on page" in javascript example...
- Apr 14, 2009 - The page I try to open in menue script could not found...
- May 10, 2009 - Since I installed the list css menu on our website the homepage start loads slowly...
- May 15, 2009 - I can see the down arrows of my dhtml horizontal menu on the main page only, how to fix it?
- May 22, 2009 - I would like to have links of javascript menu navigation to our website when javascript turned off.
- May 30, 2009 - If the new page in the frame is a frameset itself, the dhtml menu examples 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 down menus javascript...
|