Re: Stand-in color before images load

David Woolley wrote:
>>A more general way however, to detect whether or not images are being 
>>load for the complete document could save a lot more issues that might 
>>come up. Something like
> 
> That wouldn't work for me as I frequently abort pages because the images
> are taking too long to download, which results in some images displaying and
> some reverting to the alt text.

   Perhaps what we need is "alt" styling...

| p { background: transparent url("marble.png"); }
| p:alt { background-color: black; }

Received on Tuesday, 29 March 2005 18:26:40 UTC