Website Examples View Source CSS Error
Wed, 04/22/2009 - 09:47
Hey guys,
The heading portion of the view source for the examples doesn't display the top heading because all the text is set to white and then the background gets set to white so you can't view any of it.
.view_source {
background-color: #780000;
width:100%;
color:white;
}
.headingLeft { float:left; padding: 5px 0px 5px 25px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; width: 74%; vertical-align: middle; background-color: white;}Maybe move .view_source to the bottom of the CSS file so the background gets set to #780000?
