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!

CSS Background element

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
Hi

I am trying to use following cascading style sheet element but it is not working in Netscape, any ideas why this would be the case??

{background-image:url(metal.jpg);}

Any ideas would be appreciated. Cheers

Yvonne
 
Try this:
<style>
{
background-image:url(metal.jpg);
}
</style>

I know it's trivial, but things like that seem to matter to Netscape &quot;The surest sign that intelligent life exists elsewhere in the universe is that it has never tried to contact us&quot;
Bill Watterson, Calvin & Hobbes
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top