This works great in IE
tabbedfeature{
background:transparent url(/images/transitions/tabbed-feature/solid_bg.gif) repeat-y scroll left top transparent;
margin:0 auto;
position:relative;
width:758px;
}
It does nothing in FF. Any hack or fix? I have tried _background and no luck
When I use firebug to see what styles it is using here is what I get (doesnt even show the background, I also added it in Firebug and it still didnt work):
.tabbedfeature {
margin:0 auto;
position:relative;
width:758px;
}