Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Assistance with background – need fixed bg but …


@mercime
Participant

@mercime

using long-form as you started above, it would be like this:
`body {
background-color: transparent;
background-image:url(‘smiley.gif’);
background-attachment: fixed;
background-position:center top;
}`

or you could use the shortform
`body { background: transparent url(body3lite.jpg) fixed center top; }`

Skip to toolbar