Sent by Brady Gearring on 29 January 2003 23:11
i am working on a site and sometimes (only somtimes)
when i hit refresh the page loads but leaves out the background
color on certain areas. if i click on another page and then go back
to that page, it loads fine.
anyone ever seen this before? or this something wrong with my css?
the css:
table.body {
width:759px;
margin:auto;
padding:2px;
color:black;
text-align:left;
background-color:#f2f2f2;
}
tr.body td {
color:black;
text-align:left;
background-color:#f2f2f2;
}
.uiBody {color:#000000;background-color:#f2f2f2;vertical-align:top;}