[thelist] background img not tiled

aardvark roselli at earthlink.net
Thu Mar 1 07:54:41 CST 2001


> From: "Cristian Secara" <secarica at fx.ro>
>
> Is there a way to have a background image, smaller than the browser
> window, that remains untiled ? (left alone in the upper left corner;
> no matter if bad looking)

with CSS, you can have a bg image sit in one place... it works in 
NN4.x+ and IE4.x+ (as well as Opera 5):

.Class		{	background-color : #ffffff ;
			background-image : url(bg.gif) ;
			background-repeat : no-repeat ;
			background-position : 0px 0px ; }

the background color keeps NN from inserting all sorts of artifacts 
when you scroll...




More information about the thelist mailing list