Rollover Problems

admin

Administrator
Staff member
This problem is only occurring on Mac IE5. See this page: <!-- m --><a class="postlink" href="http://www.beckgrouponline.com/hydroqual/final_menu.html">http://www.beckgrouponline.com/hydroqua ... _menu.html</a><!-- m --><br />
<br />
My rollovers are not aligning correctly. If you look at the source code, I have this line:<br />
<br />
<body background="art/content_tile2.gif" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"><br />
<br />
If I take out "leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" The rollovers work fine, but then the stipes at the top of the page will be misaligned.<br />
<br />
I'm using a script I purchased from <!-- w --><a class="postlink" href="http://www.opencube.com">www.opencube.com</a><!-- w --> to make the menus.<br />
<br />
Anybody have any ideas what's going on?<!--content-->delete those and add this between your head tags.<br />
<br />
<style type="text/css"><br />
body{ margin:0; padding:0}<br />
<br />
</style><!--content-->Nope, that didn't work. Any other suggestions?<!--content-->I just found the problem. The data file has a section in it with browser bug fixes.<!--content-->I would still use what I suggested as it runs a lot better with css.<br />
<br />
but good job.<br />
<br />
edit: I doubt it is a browser bug but a bug in there script instead.<!--content-->
 
Back
Top