Return to Snippet

Revision: 5430
at March 8, 2008 19:24 by gtalmes


Initial Code
#ID_OF_ELEMENT {
    padding: HEIGHT_OF_IMAGEpx 0 0 0;
    overflow: hidden;
    background-image: url("hello_world.gif");
    background-repeat: no-repeat;
    
    height: 0px !important;
    height /**/:HEIGHT_OF_IMAGEpx;
}

Initial URL


Initial Description
I did not author this code. I came across it and have found it to be useful.

Initial Title
Replace text with image

Initial Tags
image, text

Initial Language
CSS