View Single Post
01-22-2006, 07:54 PM
#2
bcd is offline bcd
bcd's Avatar
Status: Junior Member
Join date: Oct 2005
Location: Cali
Expertise:
Software:
 
Posts: 96
iTrader: 0 / 0%
 

bcd is on a distinguished road

Send a message via AIM to bcd Send a message via MSN to bcd Send a message via Yahoo to bcd

  Old

How will this data appear? Image, text, flash? The most generic method would be something like this:
Code:
<div style="background: url(pleasewait.gif) top left no-repeat;
display: block; height: 100px; width: 100px;"> ... </div>
And when the content appears just change the backgorund property of the div to #fff or something like that (with Javascript).