View Full Version : help with backrounds of entries


x Kissss x
07-21-2004, 06:20 AM
okay.. i know this is possible but i can't find an example.. i want to find out the code for putting a solid color backround under entries but keeping the backround image

JiNgLeBeLLz77
07-21-2004, 01:30 PM
well you'd have to make the solid color opaque... here's the code...

<style type="text/css">
table.blogbody {
/* this edits the other the place where the blog is */
border: 1px dashed #000000;
background-color: #FFFFFF;
filter: alpha(opacity=55);
width:400px;
}
</style>