Page is a not externally linkable
- Code, Content, and Presentation
-- CSS
---- background-size in Chrome


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?


Thread source:: http://www.webmasterworld.com/css/4519036.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com