[thelist] Back Grounds

Salvatore Palmisano spalmisano at usaiss.com
Thu Feb 22 18:20:44 CST 2001


Using the code I just posted (listed again below), my background image
appears without problem on NN 4.76.

<STYLE>
BODY{
BACKGROUND-POSITION: center center;
BACKGROUND-IMAGE: url(images/background.gif);
BACKGROUND-REPEAT: no-repeat;}
</STYLE>

--Salvatore Palmisano
Chief Information Officer
International Security Solutions, Inc.
spalmisano at usaiss.com

-----Original Message-----
From: thelist-admin at lists.evolt.org
[mailto:thelist-admin at lists.evolt.org]On Behalf Of Aylard JA (James)
Sent: Thursday, February 22, 2001 6:14 PM
To: 'thelist at lists.evolt.org'
Subject: RE: [thelist] Back Grounds


John,

	No, not HTML. You'll need to use style sheets, like this:

<style type="text/css">
  <!--
    body {
      background: url(myimage.gif) no-repeat fixed center center ;
    }
  // -->
</style>

	Keep in mind that this won't work in all browsers (e.g., Netscape
4.x).

hth,
James Aylard





More information about the thelist mailing list