I added a new drop down a web page but for some reason in I.E. every time you pass the mouse over one of the drop downs it increases the height of the page. Its fine in Netscape. Any idea whats going on?
I added a new drop down a web page but for some reason in I.E. every time you pass the mouse over one of the drop downs it increases the height of the page. Its fine in Netscape. Any idea whats going on?
Warning: Please include a link to the DD script in question in your post. See this thread for the proper posting format for asking a question.
PLEASE: Include the URL to your problematic webpage that you want help with.
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
Opps sorry, here is the URL. Thanks - http://www.aepona.com/home/test/new_test/ok.html
Mickey
Is this a Dynamic Drive menu script? I can't tell based on the source of your page.
Yes, its the AnyLink Drop Down Menu.
Anyone please? Thanks!
Please include the script credit on your page, use:
in place of:Code:<script src="menu.js" type="text/javascript"> /*********************************************** * AnyLink Drop Down Menu- © Dynamic Drive (www.dynamicdrive.com) * This notice MUST stay intact for legal use * Visit http://www.dynamicdrive.com/ for full source code ***********************************************/ </script>
Now, as to your problem, where you have:Code:<script language=JavaScript src="menu.js" type=text/javascript></script>
Make it:Code:<style type="text/css"> <!-- body { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; min-height: 100%; height: 100%; min-height: 100%; } --> </style>
Or, if you like the extra space at the bottom:Code:<style type="text/css"> <!-- body { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; } --> </style>
Code:<style type="text/css"> <!-- body { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; height:615px; } --> </style>
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
John, you’re a legend. Thanks a million!!
Bookmarks