multiple background pics in css

Posted by delboud on Stack Overflow See other posts from Stack Overflow or by delboud
Published on 2010-03-23T05:28:01Z Indexed on 2010/03/23 5:33 UTC
Read the original article Hit count: 175

Filed under:
|
|

this is what im trying to do...

ul#newnav a{ /*--This is basically the hover state of navigation--*/
color: #555;
background: url(images/a_bg.gif) repeat-x left bottom;}

ul#newnav a{ background: url(images/navpic.png) no-repeat top left;}

and of course its only loading the last one but is it anyway I can load both.

© Stack Overflow or respective owner

Related posts about css

Related posts about hover