You need to be logged in to post in the forums. If you do not have an account, please sign up first.
css - background-color
Hi allI'm having trouble with the following:
#container {
width: 960px;
margin:0 auto;
text-align: left;
float: left;
min-height: 500px;
padding: 20px;
background-color: #FFF;
}
The white colour doesn't appear - it's transparent. This container holds the rest of the site. All other white backgrounds work. Please help me resolve this.
Cheers
V