Home
>
Tips and Tutorials,
Webmasters Resources > Firefox support for CSS3 multiple backgrounds
Firefox support for CSS3 multiple backgrounds
James Hall saw the good news in Bugzilla that CSS3 multiple backgrounds are now in the Firefox tree, and you can test a Firefox Nightly (Minefield). Firefox joins Safari in the support.
Usage?
|
PLAIN TEXT
|
|
CSS:
-
-
background-image: url(../pix/logo_quirksmode.gif), url(../pix/logo_quirksmode_inverted.gif);
-
background-repeat: repeat-y;
-
background-position: top left, top right;
|
admin Tips and Tutorials, Webmasters Resources background, Browsers, css, Firefox