I want to stretch the background of an a
tag but it doesn't work in Internet Explorer 8.
This is the code I'm using:
div.tabbernav div.tabberactive a{
color:#fff;
padding:11px;
background: url(../images/bag_selected.png) ;
background-size: 100% 100%;
-moz-background-size: 100% 100%;
background-repeat: no-repeat;
height:43px;
}