PDA

View Full Version : Background problems in MAC IE



Anastasia
04 Apr 2006, 02:20 PM
Has anyone else experienced this problem:

background images in Mac IE get cut off...?

I tried putting the background image on body, table, td - no use. It's still getting cut off in the most unexpected place...

My layout:

<body style="background:...;">

<table>
<tr>
<td>
<table>
Some content
<table>

<!-- THIS IS WHERE THE BACKGROUND IMAGE DISSAPEARS -->

<table>
More Content
</table>
<td>
</tr>
</table>
</body>

And it is not the background on td of nested table that's killing it (beause you can still see the backgorund color on the body.
and this ONLY happens in IE Mac

Any thoughts?