Loading State
by clawfire
HTML
<div class=graph>
</div>
CSS
.graph{
background: #eee url(http://f.cl.ly/items/3N3j2Q0123180H3B260B/ajax-loader.gif) no-repeat center center;
width : 600px;
height: 200px;
display:block;
}
by clawfire
<div class=graph>
</div>
.graph{
background: #eee url(http://f.cl.ly/items/3N3j2Q0123180H3B260B/ajax-loader.gif) no-repeat center center;
width : 600px;
height: 200px;
display:block;
}