Forum Moderators: not2easy
CSS:
#photo { background:url(yourimage.jpg); }
HTML:
<div id="photo">
<table><tr>
<tdr>content</td></tr></table>
</div>
Or
HTML:
<table id="photo"><tr>
<tdr>content</td></tr></table> - where the image is placed behind the whole table not individual cells
If it is DOM driven then you can even go as far as to place form elements overtop of the "background" graphic.
until IE stops lagging behind in full css 2 support and learns to play by the rules instead of making up its own rules, the DOM model is the best way to make IE play nice with all the other little browsers.
I wish Microsoft would get out of the desktop browser market altogether and go blaze new trails. that's what they're good at.
hope this info is helpful.
kat