Center background with CSS

Hi,

How do I center the background in Netscape with style sheets?

this is the code I use now, but it works only in IE, not Netscape:

.main
{
 background: white url(images/hbar30l.gif) center;
 background-repeat: no-repeat;
} 

Richard ( rjhedlin@mail.uccs.edu )

Received on Thursday, 14 January 1999 18:02:45 UTC