View Single Post
Old May 27th, 2006, 1:48 AM   #12
dpsleep
Newbie
 
Join Date: May 2006
Posts: 16
Rep Power: 0 dpsleep is on a distinguished road
Quote:
Originally Posted by Cerulean
What on earth is a loading tag? Did you just make that up? I think you just need to put something inside the div element - a non-breaking space (&nbsp would do.
yes i did just make up the loading tag, i entered the tag where the image was and then used

loading
{
background-image url("image data");
width: 220px;
height: 220px;
padding: 100;
background-repeat: no-repeat;
background-position: center;
}

that fixed it for the most part, works in fox but not in ie.
dpsleep is offline   Reply With Quote