|
I am having a problem with a sliced image. It shows properly in IE, but looks wrong in Netscape. I'm not sure how to correct the problem, any ideas? Here is the code that is inside a table...
<!-- ImageReady Slices (Video.psd) -->
<!--begin table 3b-->
<table id="Table_01" width="200" height="101" border="0" cellpadding="0"
cellspacing="0" summary="This table has a complex image with a link to a
video greeting.">
<tr>
<td colspan="5"><img src="Images/images/Video_01.jpg" width="200"
height="35" alt="Meet Commissioner Inman" title="Meet Commissioner
Inman">
</td>
</tr>
<tr>
<td colspan="2" rowspan="2"><img src="Images/images/Video_02.jpg"
width="40" height="29" alt="">
</td>
<td><a href="BOCCMeetingDates.htm"><img "Images/images/Video_03.jpg"
width="70" height="13" border="0" alt=""></a>
</td>
<td colspan="2" rowspan="2"><img src="Images/images/Video_04.jpg"
width="90" height="29" alt="">
</td>
</tr>
<tr>
<td><img src="Images/images/Video_05.jpg" width="70" height="16"
alt=""></td>
</tr>
<tr>
<td rowspan="2"><img src="Images/images/Video_06.jpg" width="3" height="36" alt=""></td>
<td colspan="3"><a href="http://www.microsoft.com/windows/windowsmedia/download/default.asp"><img src="Images/images/Video_07.jpg" width="193" height="32" border="0" alt=""></a></td>
<td rowspan="2"><img src="Images/images/Video_08.jpg" width="4" height="36" alt=""></td>
</tr>
<tr>
<td colspan="3"><img src="Images/images/Video_09.jpg" width="193" height="4" alt=""></td>
</tr>
<tr>
<td><img src="images/spacer.gif" width="3" height="1" alt=""></td>
<td><img src="images/spacer.gif" width="37" height="1" alt=""></td>
<td><img src="images/spacer.gif" width="70" height="1" alt=""></td>
<td><img src="images/spacer.gif" width="86" height="1" alt=""></td>
<td><img src="images/spacer.gif" width="4" height="1" alt=""></td>
</tr>
</table>
<!--end table 3b-->
<!-- End ImageReady Slices -->
|