
i just downloaded the 'safari' browser and tested a page i have been working on...
and i was shocked and confused to discover that in all td tags with a background color and 2 px border the 'addToCart' image (which appears 10-20 pixels to the left of the margin in IE and netscape [well, netscape doesn't actually show a border at all and ALWAYS puts the image on a new line which is a completly separate frustration -- anybody know anything about this???] ) actually over laps the border by a few pixels... it looks horrible and i have no idea why this is happening...
here is an example of a cell:
<table width="510" border="0" cellpadding="2" cellspacing="4">
<tr>
<td width="498" valign="middle" bgcolor="#FFFFCC" style="border:3px solid #FFDAOB;">
<div class="catItemPurp">FOOT STOOL<img src="Images/footStool.jpg" alt="Foot Stool" align="right" style="margin-right:2px;"></div>
<ul class="catItemText" style="margin-left:20px;">
<li>Weight capacity - 250 lbs.
<li>Sturdy and durable, Height 9"</li>
<li>Non-skid, ribbed rubber platform surface with rounded corners</li>
<li>Edge molding prevents marring</li>
</ul>
<table class="catItemText" style="margin-left:20px;">
<!--DWLayoutTable-->
<tr>
<td height="18" colspan="2" valign="middle"> </td>
<td width="75" valign="middle" align="right"><b>EACH</b></td>
</tr>
<tr>
<td width="80" height="18" valign="top">CM-6092</td>
<td width="90" valign="top"> </td>
<td align="right" valign="top">$29.95</td>
</tr>
</table>
<table class="catItemText" cellpadding="2" cellspacing="1" style="margin-left:20px; margin-right:15px; margin-bottom:5px;">
<tr>
<td width="475" height="36" valign="middle" align="right">
<form action="http://www.cartserver.com/sc/cart.cgi" method="POST">
<input type="hidden" name="item" value="s-3667^CM-6092^FOOT STOOL^29.95^op1^^^Ea.">
<input name="op1" type="text" value="1" size="3">
<b> Foot Stools @ $29.95</b>
<input type="image" border="0" name="add" src="Images/addToCartSM.gif" width="108" height="22" align="right">
</form>
</td>
</tr>
</table>
</td>
</tr>
</table>