Hi again,
I've followed Cornell's advice and added display:none; to
#feedarea {
padding:10px 10px 0 0;
float: right;
text-align: right;
display: none;
}
html #feedarea {
padding-top: 10px;
display: none;
}
#feedarea dl dt {
display: inline;
margin-right: 5px;
height: 45px;
display: none;
}
#feedarea dl dd {
display: inline;
margin-right: 5px;
height: 45px;
background:url(img/icon_feed.gif) no-repeat left center;
padding-left:16px;
display: none;
}
I also added the url of my header image to
#headerimage {
clear:both;
background:#fff url('http://strawberrymilkmama.files.wordpress.com/2007/07/smilk.jpg') no-repeat 0 0;
color:#fff;
height:200px;
margin:10px;
}
and it seemed to work ok at first.
Then suddenly the rounded top corners of all my sidebar boxes became pointy. What's going on? How can I fix it?