Displaying 1 result from an estimated 1 matches for "580px".
Did you mean:
5.0px
2008 Apr 01
10
Recalcitrant CSS background-image
My app has a stylesheet that includes this definition:
div.loadimage
{
width:580px;
height:310px;
background-image: url("/images/load.gif") no-repeat center 0% 0%;
}
The purpose is to use with some nice javascript by Patrick H. Lauke for
fading in images. The div is supposed to include a "loading image" image
which is overwritten by the final image when i...