I need to add a background for in css file which is not working in iexplorer 7.
This is my code
a.Previous_Poll
{
float: left;
margin-top:4px;
background-image: url('images/icn_pool_cal.png') no-repeat;
/* background:url('images/icn_pool_cal.png')#fff none; */
padding-left:25px !important;
font-weight:bold !important;
color:#003466 !important;
}
Here in my code the image is not appearing in iexplorer 7.
Can anyone help me to add background-image for iexplorer 7.
These properties have to be separated:
Or, the
-imagepostfix has to be removed:See also:
backgroundpropertybackgroundproperty