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 (   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.