Background color issue with IE
-
FireFox: storytitles immediatly get their nice light yellow background-color. the border of the sidebar runs all the to the bottom.
IE: storytitles do not get a background-color until I scroll and even then the post at the top does not get a background-color. the border of the sidebar does not run all the way to the bottom.
Argh!
Or did I mess up my CSS?
#sidebar {
position: absolute;
top: 80px;
right: 0;
width: 200px;
color: #cc7000;
border-left: 1px solid #dededc;
height: 100%;
}
.storytitle {
font-weight: normal;
color: #82a600;
background-color: #fafad2;
padding: 10px;
text-align: justify;
}
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Background color issue with IE’ is closed to new replies.