/ Published in: CSS
For displaying logo graphic with CSS
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
#logo h1 a { background-image: url(images/imagename.gif); background-repeat: no-repeat; text-indent: -999999px; display: block; width:263px; height: 253px; }