Hi everyone. I'm going bonkers trying to figure out this problem.
I have some simple CSS <DIV> tags on my page to position linked images. I'm using absolute positioning, specifying the left and top pixels. This looks great in IE on my PC, but on my Mac which runs both IE and Safari the images are all over the place.
What am I missing? Any help would be greatly appreciated.
Here is my code snipit:
-------------------------------------------
<BODY MARGINHEIGHT=0 MARGINWIDTH=0 LEFTMARGIN=0 RIGHTMARGIN=0 TOPMARGIN=0 ALIGN=CENTER BGCOLOR="#FFFFFF">
<div style="position: absolute; left: 475px; top: 58px;">
<a href='home.asp'><img src="img/nav/home.gif" border=0></a>
</div>
<div style="position: absolute; left: 399px; top: 65px;">
<a href='contact.asp'><img src="img/nav/contactus.gif" border=0></a>
</div>
-------------------------------------------
I have some simple CSS <DIV> tags on my page to position linked images. I'm using absolute positioning, specifying the left and top pixels. This looks great in IE on my PC, but on my Mac which runs both IE and Safari the images are all over the place.
What am I missing? Any help would be greatly appreciated.
Here is my code snipit:
-------------------------------------------
<BODY MARGINHEIGHT=0 MARGINWIDTH=0 LEFTMARGIN=0 RIGHTMARGIN=0 TOPMARGIN=0 ALIGN=CENTER BGCOLOR="#FFFFFF">
<div style="position: absolute; left: 475px; top: 58px;">
<a href='home.asp'><img src="img/nav/home.gif" border=0></a>
</div>
<div style="position: absolute; left: 399px; top: 65px;">
<a href='contact.asp'><img src="img/nav/contactus.gif" border=0></a>
</div>
-------------------------------------------