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
Wrapper div color is not changing
Aug 1 2013 8:58 AM
My wrapper div is not changing to the color I want it to go. I am not forsure what's blocking the color. Can someone help me out.?
CSS:
#wrapper
{
margin: 0 auto;
padding: 0;
background-color: #silver;
width:960px;
display: block;
height:100%;
}
HTML CODE:
<div id="wrapper">
<!-- Section: Banner -->
<div id="userBanner">
<div id="userBannerLeft">
<div id="userCoverPicture">
<div style=" height:320px;width:560px;">
<img src="images/1.jpg" alt="" style="height:320px;width:560px;"/>
</div>
<div id="" style="position:relative;float:left;">
<a class="profilePic">
<img src="images/1.jpg" alt="" style="height:110px;width:110px;"/>
</a>
</div>
</div><!-- end userCoverPicture -->
</div> <!-- end userBannerLeft -->
<div id="userBannerRight">
<div id="userInformationCover" > </div><!-- end userInformationCover -->
</div> <!-- end userBannerRight -->
</div> <!-- end userBanner -->
</div>
<!-- end wrapper-->
Reply
Answers (
2
)
Full Page Background image
Create Website using HTML