TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Tulasi
701
1.1k
211.8k
space for div tag
Dec 12 2011 4:54 AM
check the source code
css
.contentdiv
{
padding-top: 10px;
float: left;
}
<div class="maindiv">
<div class="arrow" style="width:20px">
<img id="Prev" src="Images/Left.png" height="20" width="20" />
</div>
<div class="contentdiv" id='divloaddynamic' style="width: 350px; height: 300px; ">
</div>
<div class="arrow" style="width:20px">
<img id="Next" src="Images/Right.png" height="20" width="20" />
</div>
</div>
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
Reply
Answers (
2
)
EditorFor in HTML
Connecvtivity in javascript