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
David Smith
NA
2k
0
Img Tag is on top fixed header
Jul 11 2013 2:51 AM
I have a fixed static header which always visible. When I scroll down the page. The image scrolls over the fixed static header. What property will fixed this issue.
CSS:
.carouselMainImage img
{
height: 285px;
width:98%;
margin: 3px;
padding: 6px;
}
HTML:
<div id="carouselMainStoryContent" class="carouselMainStoryContent" style="">
<div id="carouselMainStoryContentHeader" class="carouselMainStoryContentHeader" style="background-color:yellow;">
<div id="carouselMainImageLeft" style="float:left;width:100%;height:300px;background-color:red;">
<a class="carouselMainImage"> <img src="images/1.jpg" alt="" /> </a>
</div> <!-- end carouselMainImageRight -->
</div>
</div> <!-- end carouselMainStoryContent -->
Reply
Answers (
14
)
Carousel slide show list of images - ol, li,
HTML SECTIONS CONTENT (Facebook)