Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

background images repeating 1

Status
Not open for further replies.

nellers

Programmer
Mar 12, 2002
1
IE
dear all,

As you can see below I can use this script to avoid a background image from repeating...it works! but is not entirely browser compatible...with earlier versions of Netscape for example.

<STYLE TYPE=&quot;text/css&quot;>
BODY {background-image: url(x.jpg); background-repeat: no-repeat;
}
</STYLE>

Has anyone any other suggestions...? I'm curious?

Regards,

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top