CSS background Property Works in Opera, not in FF or IE
Hi guys,
I'm trying to use the shorthand CSS background property, including all the new CSS3 properties. For some reason, it only works in Opera, not in IE (which I kinda expected), but surprisingly it doesn't work in FF5 either, my main browser.
What am I doing wrong?
.home_page_item {
background: url(/images/metal_plate_bg.jpg) center / 100% 100% no-repeat fixed padding-box border-box transparent;
}
Last edited by JAG; 07-25-2011 at 08:21 PM..
|