css
.contentdiv
{
padding-top: 10px;
float: left;
}
In the above code iam loading dynamic content in div id= divloaddynamic
, while loading content the 2 images were displaying one after the another (no space for div) after loading content in div( divloaddynamic) next image is showing after dynamic content
my question is how to show gap(space) between 2 images (prev, next) while loading
TulasiPosted Dec 12, 2011, 5:18 AM
after loading contetnt in div it shows like
Next (img) divloaddynamic Prev(Img)
I want to show page while loading
Next (img) divloaddynamic Prev(Img)
SenthilkumarPosted Dec 12, 2011, 5:06 AM
If it not works then please capture the screenshot and attach it here....