/ Published in: CSS
I did not author this code. I came across it and have found it to be useful.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
#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; }