On Mon, 28 Jul 2003 03:52:14 +0000 (UTC), "Beatleman"
[email]webforumsusermacromedia.com[/email] wrote:
>I have a URL here to show what I'm referring to: [url]http://www.sonnierart.com/ca/[/url]
>
>This is just a relatively simple page I'm mocking up and it doesn't have any fancy code. The background image ([url]http://www.sonnierart.com/ca/blacklines1b.gif[/url]) that is supposed to be in the black area above & below the header shows up in Netscape 7.0, but will not show up for me in IE 6.0.
That's because the background is applied to the table row <tr> tag
instead of the cell <td> tag:
<tr background="blacklines1b.gif">
Gary...
Bookmarks