cheesepoof453
04 Oct 2007, 08:53 PM
I have a transparant content box, but I want the text to remain black. I also want the .banner class to be aligned at the absolute top and left.
body
{
background-color: #dcf1c1;
background-image: url('images/layout/background_tile.png');
background-repeat: repeat-x;
}
.banner
{
background-image: url('images/layout/banner_tile.png');
background-repeat: repeat-x;
width: 100%;
}
.content
{
background-color: #ffffff;
opacity: 0.15;
-moz-opacity: 0.15;
filter: alpha(opacity=15);
width: 85%;
height: 100%;
}
.text
{
color: #000000;
opacity: 1;
-moz-opacity: 1;
filter: alpha(opacity=100);
}
.text a, a:link, a:active
{
color: #000000;
font-weight: bold;
font-style: italics;
}
.text a:hover
{
color: #000000;
font-weight: bold;
}
.text a:visited
{
color: #000000;
font-style: italics;
}
body
{
background-color: #dcf1c1;
background-image: url('images/layout/background_tile.png');
background-repeat: repeat-x;
}
.banner
{
background-image: url('images/layout/banner_tile.png');
background-repeat: repeat-x;
width: 100%;
}
.content
{
background-color: #ffffff;
opacity: 0.15;
-moz-opacity: 0.15;
filter: alpha(opacity=15);
width: 85%;
height: 100%;
}
.text
{
color: #000000;
opacity: 1;
-moz-opacity: 1;
filter: alpha(opacity=100);
}
.text a, a:link, a:active
{
color: #000000;
font-weight: bold;
font-style: italics;
}
.text a:hover
{
color: #000000;
font-weight: bold;
}
.text a:visited
{
color: #000000;
font-style: italics;
}