ok…as bad as this seems, I am something of a myspace geek, but none of their help boards seem ot asnwer this problem I am having.
I created a semi transparent PNG file for the background on my tables section. Thats working GREAT..exactly what I wanted, but now I am having this problem where there is blocks of darker color surrounding my text and any other objects WITHIN the tables..and it’s just making it look crappy, especially when it is only happening to about 75% of the page.
http://www.myspace.com/godfallen_layouts
here is the code
<Style type="text/css"> body{ background-color:FFFFFF;
background-image:url(http://img.photobucket.com/albums/v286/Godfall/japanese_****_geisha.jpg);
background-position:bottom right;
background-attachment:fixed;
background-repeat:no-repeat; }
Table, Td
{ background-color:transparent; }
table table table
{ width:auto;
background color:transparent;
background-image:url(http://img.photobucket.com/albums/v286/Godfall/stuff/fader.png);
background-repeat:no-repeat;
border-color:7CFC00;
border-style:dashed;
border-width:3px; }
table table table table td
{width:auto;
background-image:none; }
table table table table, table table table td
{ border-style:none; }
body, div, p, strong, td, .text, .blacktext10, .blacktext12,
a.searchlinkSmall, a.searchlinkSmall:link, a.searchlinkSmall:visited
{ color:8A3324;
font-size:12pt;
font-weight:bold;
font-style:normal;
font-family:Helvetica, verdana, arial, sans-serif; }
.orangetext15, .lightbluetext8, .whitetext12,
.nametext, .btext, .redtext, .redbtext
{ color:000000;
font-size:8pt;
font-weight:bold;
font-style:normal;
font-family:Helvetica, verdana, arial, sans-serif; }
a, a:link, a:visited, a.navbar, a.navbar:link, a.navbar:visited,
a.man, a.man:link, a.man:visited, a.redlink, a.redlink:visited
{ color:C11B17;
font-size:8pt;
font-weight:normal;
text-decoration:underline;
font-style:normal;
font-family:Helvetica, verdana, arial, sans-serif; }
a:hover, a:active, a.navbar:hover, a.navbar:active, a.man:hover,
a.man:active, a.searchlinkSmall:hover, a.searchlinkSmall:active,
a.redlink:hover, a.redlink:hover
{ color:C11B17;
font-size:8pt;
font-weight:normal;
text-decoration:underline;
font-style:normal;
font-family:Helvetica, verdana, arial, sans-serif; }
.contactTable
{ width:295px !important; height:131px !important;
background-image:url("http://img.photobucket.com/albums/v286/Godfall/contact%20tables/Geisha.jpg");
background-repeat:no-repeat;
background-color:transparent;
background-attachment:scroll;
background-position:center center; padding:0px !important;}
.contactTable table, table.contactTable td
{ background-color:transparent; background-image:none;
padding:0px !important;}
.contactTable a {display:block; height:28px; width:115px;}
.contactTable a img {visibility:hidden; border:0px !important;}
.contactTable .text {font-size:1px !important;}</Style>
<div style="width: 100%;text-align: center;"></div>
thats the site and the code…if anyone can help me out, I would be very grateful. I’m unfortunately just don’t have the time to sit down and invest my mind into learning CSS right now, as I am a booking agent for national acts as well. Please help!!!