Gossamer Forum
Home : Products : Links 2.0 : Customization :

Netscape and CSS?

Quote Reply
Netscape and CSS?
I have the full url to background.gif in links.css (background: url("http://barntowire.com/pages/background.gif") repeat-x: repeat-y;). But even though I almost have it looking right in IE, I have no background gif in Netscape 4.75 and the spacing is off - most lines are flush right instead of further in. What's the workaround?

Another question - is there any way to single space the category list?

Thanks!
Quote Reply
Re: [jrstark] Netscape and CSS? In reply to
upgrade to NS 6.1 :-) Seriously though, don't use CSS when standard HTML attributes will do just fine. Standard HTML formatting is much more cross-browser compatible with older Netscapes than CSS is.

--Philip
Links 2.0 moderator
Quote Reply
Re: [King Junko II] Netscape and CSS? In reply to
>>upgrade to NS 6.1 :-) <<

Or 6.2 ;)

I moved the thread to the customization forum.

Last edited by:

Paul: Apr 4, 2002, 11:56 PM
Quote Reply
Re: [jrstark] Netscape and CSS? In reply to
netscape has problems with the background in css.
But 'background' isnt netscape compatible atall.

Use 'background-image:url(back.gif);background-repeat:repeat-x;background-repeat:repeat-y;' instead.
And delete all spaces between { ... }.