background transparency..., help! |
![]() ![]() |
background transparency..., help! |
Nov 30 2006, 09:01 AM
Post
#1
|
|
![]() Member ![]() ![]() Group: Member Posts: 12 Joined: Oct 2006 Member No: 473,736 |
Click here for my MySpace.
Okay, here's my problem: I have a background image on my layout, but behind all the tables and stuff, the layout is white and it covers part of the image up. I put "transparent" into my code and but the white background is still there... Here is my code... CODE <style type="text/css"> font, body, table, td, div, h1, h2, br, a, p {font-family:courier new; font-size:8pt; color:; background-color:; text-decoration:none; font-weight:none; text-align:center;} .orangetext15 {font-family:courier new; font-size:8pt; color:D24D3C; background-color:; text-decoration:none; font-weight:none; text-align:center;} .whitetext12 {font-family:courier new; font-size:8pt; color:D24D3C; background-color:; text-decoration:none; font-weight:none; text-align:center;} .lightbluetext8 {font-family:courier new; font-size:8pt; color:D24D3C; background-color:; text-decoration:none; font-weight:none; text-align:center;} .text {font-family:courier new; font-size:8pt; color:92C858; background-color:; text-decoration:none; font-weight:none; text-align:center;} .nametext {font-family:courier new; font-size:8pt; color:D24D3C; background-color:; text-decoration:none; font-weight:none; text-align:center;} .blacktext12 {font-family:courier new; font-size:8pt; color:D24D3C; background-color:; text-decoration:none; font-weight:none; text-align=center;} .blacktext10 {font-family:courier new; font-size:8pt; color:; background-color:; text-decoration:none; font-weight:none; text-align:center;} .btext {font-family:courier new; font-size:8pt; color:; background-color:; text-decoration:none; font-weight:none; text-align:center;} .redtext {font-family:courier new; font-size:8pt; color:; background-color:; text-decoration:none; font-weight:none; text-align:center;} .redbtext {font-family:courier new; font-size:8pt; color:; background-color:; text-decoration:none; font-weight:none; text-align:center;} </style> <style type="text/css"> a:link, a:active, a.man:link, a.text:link, a.redlink:link, a.redlink:active, a.navbar:link, a.navbar:active {font-family:courier new; font-size:8pt; color:723578; background-color:; text-decoration:underline; font-weight:none; text-align:center;} a:visited, a.man:visited, a.text:visited, a.redlink:visited, a.navbar:visited {font-family:courier new; font-size:8pt; color:723578; background-color:; text-decoration:none; font-weight:none; text-align:center;} a:hover, a.man:hover, a.text:hover, a.redlink:hover, a.navbar:hover {font-family:courier new; font-size:8pt; color:FF00FF; background-color:; text-decoration:none; font-weight:none; text-align:center;} </style> <style type="text/css"> body { background-color: transparent; background-image: url('http://img86.imageshack.us/img86/639/myart0002lc0.jpg'); background-attachment:fixed; background-repeat: no-repeat; background-position:bottom left; } </style> <style type="text/css"> .contactTable { width:300px !important; height:150px !important; padding:0px !important; background-image:url("http://img297.imageshack.us/img297/4560/untitledcopytp0.jpg"); background-attachment:scroll; background-position:center center; background-repeat:no-repeat; background-color:transparent;} .contactTable table, table.contactTable td { padding:0px !important; border:0px; background-color:transparent; background-image:none;} .contactTable a img {visibility:hidden; border:0px !important;} .contactTable a {display:block; height:28px; width:115px;} .contactTable .text {font-size:1px !important;} .contactTable .text, .contactTable a, .contactTable img {filter:none !important;} </style> <style type="text/css"> body div table td form option{display:none!important;} body div table td form select{display:none!important;} body div table td form input{display:none!important;} </style> <style type="text/css"> table table table td.text div img {visibility:hidden;} table table table td.text div { background-image:url("http://c.myspace.com/Groups/00011/43/36/11046334_m.jpg"); background-repeat:no-repeat;} table table table td.text table table div img {visibility:visible;} table table td.text table div, table table table td.text table div { background-image:none;} .CRASH:active { content: "Online Now! by Crash @ http://crash.nuclearcentury.com"; } </style> Thanks so much for your help. |
|
|
|
![]() ![]() |