I am having trouble with this code. It appears to work well in Chrome, but not in Mozilla Firefox. Could it be that this property is not supported in Firefox? Is there an alternative solution?
.background {
background:url('icon.png') no-repeat;
background-position:0 4;
width:32px;
height:40px;
}
I am new to CSS and just getting started.