hi -
please see my site: http://jrod.awardspace.com
my problem is on the text box. I want the content to have white text, so i specified the color to be white and make it bold but its not working. here's the code:
.contents
{
font:Arial, bold;
color:white;
background-color:transparent;
position:absolute;
left:50px;
top:200px;
height:250px;
width:450px;
z-index:2;
/* z-index: 101;*/
}
.background
{
background-color:#778899;
opacity: 0.5;
filter:alpha(opacity=50); /* IE's opacity*/
position: absolute;
left:50px;
top: 200px;
width:40%;
height:450px;
/* z-index:1;*/
/* z-index: 100;*/
}


Reply With Quote


Bookmarks