Hello,
Sometimes, for an unknown reason, refreshing your page
on IE5 Mac will make the layout ignore the body margins
that were set to 0. You just see a large space on top and
left.
I discovered that inserting this:
<SCRIPT LANGUAGE="JavaScript1.2">
<!--
// End -->
</SCRIPT>
above the body tag will fix the problem! (if you already
have a javascript in the page the bug won't show up)
Funny, isn't it?
My Work...
...and More...
Sometimes, for an unknown reason, refreshing your page
on IE5 Mac will make the layout ignore the body margins
that were set to 0. You just see a large space on top and
left.
I discovered that inserting this:
<SCRIPT LANGUAGE="JavaScript1.2">
<!--
// End -->
</SCRIPT>
above the body tag will fix the problem! (if you already
have a javascript in the page the bug won't show up)
Funny, isn't it?
My Work...
...and More...