Code:
<style type="text/css">
/*Background Stuff*/
table, td .content {
background:..000000;
opacity:.5; /*the .85 means 85% opacity fyi */
}
body{background-image:url("http://img389.imageshack.us/done.php?l=img389/5002/bg3tq.jpg");
background-attachment:fixed;
background-repeat:repeat; *}
/*Text Attributes*/
font, td, a, body, input, textarea, table{color:CC0000;font-family:arial;}
body, td, li, p, div, textarea, li, h1, h2, p, br {font-family: arial; font-size: 12pt; color: CC0000; font-weight: bold; } .btext {font-family: arial black; font-size: 8pt; color: CC6600; font-style: italic; } .blacktext10 {font-family: arial black; font-size: 8pt; color: 339900; text-decoration: underline; } .blacktext12 {font-family: arial; font-size: 10pt; color: CC3366; } .lightbluetext8 {font-family: times new roman; font-size: 14pt; color: FF9900; } .nametext {font-family: impact; font-size: 16pt; color: 3366FF; font-weight: bold; } .orangetext15 {font-family: times new roman; font-size: 14pt; color: 3366CC; } .redbtext {font-family: arial; font-size: 8pt; color: 66CCCC; } .text {font-family: arial; font-size: 9pt; color: 339900; } .whitetext12 {font-family: arial; font-size: 8pt; color: CC6600; }
/*Link Attributes*/
a:link, a.man:link, a.navbar:link, a.text:link {font-family: arial black; font-size: 10pt; color: EEEEEE; } a:hover, a.man:hover, a.navbar:hover, a.text:hover{font-family: arial black; font-size: 10pt; color: EEEEEE; } a:visited, a.man:visited, a.navbar:visited, a.text:visited {font-family: arial black; font-size: 10pt; color: DDDDDD; }
/*Additional Features*/
body div table tbody tr td font {visibility:hidden;}
.navbar {visibility:visible;}
.navbar font {visibility:hidden;}
table td div div font {visibility:hidden;}
</style>
The point of that was to make semi-transparent windows for my myspace, because the bg is really busy and there's no solid color that looks cool. The background won't load...and everything is semi-transparent.
any suggestions?