Forum Moderators: open
By process of elimination, I discovered when I removed the following piece of JS from the html, this problem disappeared:
<script language="JavaScript1.2" src="mm_menu.js"></script>
FYI-I removed everything from the html so the only things left was a one row table and a body background color. Even when only these minimal elements, the vertical scroll problem still existing until I deleted the JS shown above.
I tried placing this script inside the <head> but it made no difference.
Thanks!
<script language="JavaScript1.2" src="mm_menu.js"></script> ...should be...
<script type="text/javascript" src="mm_menu.js"></script> P.S. I'm surprised that is the only issue you are faced with in IE5.1 on the Mac. That browser is just as bad as NN4.x. ;)
I discovered when I compressed the entire source code, using Absolute HTML Compressor, the problem disappeared. For some reason MAC IE 51. was viewing the lengthy JS as extra blank space or <br>.