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


greencode - 5:59 pm on Dec 6, 2012 (gmt 0)


Actually just realised why this wasn't working in Chrome

Had things the wrong way around. Should be…


a.remove {
display: block;
height: 16px;
width: 16px;
background: url(images/cross.png);
-moz-background-size: 16px 16px;
-webkit-background-size: 16px 16px;
background-size: 16px 16px;
}


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