/ Published in: CSS
CSS image replacement with no extra span needed.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
#ex1 { padding-top: 133px;/*Size of the image*/ width: 243px; background: url(ex1.gif) no-repeat;/*The image*/ overflow: hidden;/*Hide the text*/ height: 133px; voice-family: "\"}\"";/* WIN IE5 hack */ voice-family: inherit; height: 0; }
URL: http://moronicbajebus.com/wordpress/wp-content/cssplay/image-replacement/