Gossamer Forum
Home : Products : Links 2.0 : Discussions :

links.css background image

Quote Reply
links.css background image
In the links.css file, I have the following line in the body section:

body {
color: #000000;
background: #FFFFFF url("http://www.somesite.com/...pages/background.gif") repeat-y;
}

I no longer wish to use a background image, so I replaced the above line with:

body {
color: #000000;
background: #FFFFFF;
}

but instead of just the background image not loading, I get a completely different look - like the whole css is not working from one alteration!



Any ideas?
Quote Reply
Re: [lid] links.css background image In reply to
Well the syntax is correct. If you are viewing the page through Netscape 4.x, the background color will be ignored in tables. You can use the following to get round this deficiency:

body, TD {
color: #000000;
background: #FFFFFF;
}



~ ERASER


Free JavaScripts @ Insight Eye