Im not up on NN 7 myself,but older Netscape needed the css file reffered to absolutely, not relatively, try that.
Also, do dthe body background gif in the CSS file, not the <body> tag


Let me now if it works.

Al


At 1/1/2004 01:10 PM, you wrote:
I have a Web site at www.realhhg.com which looks OK in IE, but in NS7 the
pages ignore the CSS and display a white background (which is a problem
since some of the text is white!)

The CSS lives in a separate file loaded by:

<link rel=stylesheet type="text/css" href="realhhg.css">

and some of it, link colours etc, is being obeyed by NS but apparently not
the CSS for the page body:

BODY {
 font-family: "Times New Roman", Times, Roman, Serif;
 font-size: 12pt;
 font-weight: bold;
 color: #C0C0FF;
 margin-left: 25px;
 margin-right: 20px;
 background-color:black;
 background-image: url(/graphics/twinkling.gif);
 background-attachment: fixed;
 }

Any idea why I get a white background and no image? In the HTML, there's
<body background="/graphics/twinkling.gif" bgcolor="black" text="#C0C0FF"
link="#55FFAA" vlink="#CC66FF"> so if it doesn't want to obey the CSS, why
doesn't it obey the HTML instead?  In a different page with the same CSS
inline it seems to work OK.

Any thoughts welcome
Bj


____ � The WDVL Discussion List from WDVL.COM � ____
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED]
Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the words: "set WDVLTALK pw=yourpassword" in the body of the email.
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub


________________ http://www.wdvl.com _______________________

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to %%email.unsub%%



____ � The WDVL Discussion List from WDVL.COM � ____ To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] Send Your Posts To: [EMAIL PROTECTED] To set a personal password send an email to [EMAIL PROTECTED] with the words: "set WDVLTALK pw=yourpassword" in the body of the email. To change subscription settings to the wdvltalk digest version: http://wdvl.internet.com/WDVL/Forum/#sub

________________ http://www.wdvl.com _______________________

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to