I have a general knowledge of css/html codes and can make them up by myself, although I sometimes need a template to start off from.
My current problem, which I have tried everything for, is to do with my myspace layout.
I am looking to have translucent tables, but not the text or pictures.
my url is:
www.myspace.com/injectedlovealthough i have a private profile.
my current coding is as follows:
table table {border: 0px;;}
table table table table{border:0px;}
table, tr, td { background-color:transparent; border:none; border-width:0;}
table table table {
border-style:solid;
border-width:1px;
border-color:ffffff;
background-color:ffffff;
filter:alpha(opacity=30); -moz-opacity:0.90; opacity:0.90; -khtml-opacity:0.90;
}
table table table table td {filter:none;}my page currently looks like this (below), and would like to keep the opacity as 30, but keep the strength of the text and pictures. for a reason unknown to myself, .nametext and the nav bar keep their strength, coding is as follows:
.nametext {font-family: Forte; border:none;
cursor:
text-transform: none;
height:none;
letter-spacing:-4;
text-decoration:none;
color:ffffff;
font-size:34;
font-weight: none;
background-color:;
border: 1px solid .000000;
display: block;
text-align:right;}
.nametext{color:ffffff; font-family:Forte;text-decoration: none; font-size: 34pt;font-weight:none;letter-spacing:-0.3em;border: none; letter-spacing:-4px; line-height:14px;background-color:;text-transform: none;display: inline; position: relative; top: 48px; left: 70px; border: 0px solid .000000;}
a.navbar:active, a.navbar:visited, a.navbar:link { color:ffffff; } any help at all would be greatly appreciated: