Page is a not externally linkable
greencode - 2:55 pm on Nov 14, 2012 (gmt 0)
I'm having difficulty getting this to work in Chrome. Instead of resizing the image it's just leaving it at 100% (32x32px)
a.remove {
display: block;
height: 16px;
width: 16px;
-moz-background-size: 16px 16px;
-webkit-background-size: 16px 16px;
background-size: 16px 16px;
background: url(images/cross.png)
}
Any ideas as to what I'm doing wrong?