K
kfogle
I cannot figure out why IE is interpreting my code so differently than
FF. In FF, my tables are great! I am using a <td background>
attribute, but that's the only thing I can think of that IE might balk
at... can anyone look at this sample and tell me how to get around
this issue? Thanks in advanced!
<table width="725" border="0" align="center" cellpadding="0"
cellspacing="0">
<tr>
<td height="54" align="center" valign="top"
background="/images/tbl_bkgrd1_01.png" class="menumainheader"
style="background-repeat:no-repeat"><img src="/images/
menudecor_01.png" width="51" height="22" align="absbottom"> Events and
Specials <img src="/images/menudecor_02.png" width="50" height="22"
align="absbottom"></td>
</tr>
<tr>
<td height="100" align="left" valign="top"
background="/images/tbl_bkgrd1_02.png"><table width="100%" border="0"
cellspacing="0" cellpadding="0">
<tr valign="top">
<td align="left" class="menusubheader">Early
Bird Dinner Special - $ 6.95 </td>
<td align="left" class="menusubheader">Friday
and Saturday Nights </td>
</tr>
<tr valign="top">
<td width="50%"><table width="100%" border="0"
cellspacing="0" cellpadding="0">
<tr valign="top">
<td align="left" class="menutext"><br>
5:00-7:00pm Daily<br>
Early Bird Dinner Special <br>
includes salad and a roll </
td>
</tr>
</table></td>
<td width="50%"><table width="100%" border="0"
align="left" cellpadding="0" cellspacing="0">
<tr valign="top">
<td class="menutext"><br>
Dance to LIVE cabaret music every Friday
and Saturday night from 6:30-9:30pm on our NEW DANCE FLOOR! </td>
</tr>
</table></td>
</tr>
</table> </td>
</tr>
<tr>
<td height="56" valign="bottom" background="/images/
tbl_bkgrd1_05.png" class="menufooter" style="background-repeat:no-
repeat">1234 Anywhere USA - Phone: 555.555.5555</td>
</tr>
</table>
FF. In FF, my tables are great! I am using a <td background>
attribute, but that's the only thing I can think of that IE might balk
at... can anyone look at this sample and tell me how to get around
this issue? Thanks in advanced!
<table width="725" border="0" align="center" cellpadding="0"
cellspacing="0">
<tr>
<td height="54" align="center" valign="top"
background="/images/tbl_bkgrd1_01.png" class="menumainheader"
style="background-repeat:no-repeat"><img src="/images/
menudecor_01.png" width="51" height="22" align="absbottom"> Events and
Specials <img src="/images/menudecor_02.png" width="50" height="22"
align="absbottom"></td>
</tr>
<tr>
<td height="100" align="left" valign="top"
background="/images/tbl_bkgrd1_02.png"><table width="100%" border="0"
cellspacing="0" cellpadding="0">
<tr valign="top">
<td align="left" class="menusubheader">Early
Bird Dinner Special - $ 6.95 </td>
<td align="left" class="menusubheader">Friday
and Saturday Nights </td>
</tr>
<tr valign="top">
<td width="50%"><table width="100%" border="0"
cellspacing="0" cellpadding="0">
<tr valign="top">
<td align="left" class="menutext"><br>
5:00-7:00pm Daily<br>
Early Bird Dinner Special <br>
includes salad and a roll </
td>
</tr>
</table></td>
<td width="50%"><table width="100%" border="0"
align="left" cellpadding="0" cellspacing="0">
<tr valign="top">
<td class="menutext"><br>
Dance to LIVE cabaret music every Friday
and Saturday night from 6:30-9:30pm on our NEW DANCE FLOOR! </td>
</tr>
</table></td>
</tr>
</table> </td>
</tr>
<tr>
<td height="56" valign="bottom" background="/images/
tbl_bkgrd1_05.png" class="menufooter" style="background-repeat:no-
repeat">1234 Anywhere USA - Phone: 555.555.5555</td>
</tr>
</table>