shortcut:
background: url(yourimage.gif) #fff 50% no-repeat fixed }
(50% - center)
Syntax
background: background-color | background-image | background-repeat | background-attachment | background-position
you can mix and match but the background-repeat and background-attachment must be together
Note: the background shorthand property partially work on webTV and older browsers (4.0)
|