View Full Version : Tables are cut-off...


Korima
12-10-2005, 04:26 PM
My tables are cut off and are transparent. I've heard if you change the opacity level of each individual table will prevent this from happening, but I don't know the code...

http://myspace.com/korima

Here's my current code:

<style type="text/css"> Body{background-image:url(http://img.photobucket.com/albums/v146/qpalzm/MSBG.jpg);background-position:Center Center;background-attachment:fixed;background-repeat:repeat;

scrollbar-track-color:000000;
scrollbar-face-color:FFFFFF;
scrollbar-highlight-color:990000;
scrollbar-base-color:990000;
scrollbar-DarkShadow-color:990000;
scrollbar-Shadow-color:990000;
scrollbar-arrow-color:000000;}

Table, Td{background-color:transparent;border-style:none;}
table table td{width:100%;} table table table td{width:auto;}
table table table{width:100%;background-color:000000;border-color:333333;border-style:solid;border-width:1px;padding:4px;}
table table table table{width:auto;border-style:none;}
.orangetext15, .lightbluetext8, .whitetext12, .nametext, .btext, .redtext{color:333333;font-size:8pt;font-weight:bold;text-decoration:none;font-style:normal;}
body, div, p, strong, td, .text, .blacktext10, .blacktext12, a.searchlinkSmall, a.searchlinkSmall:link, a.searchlinkSmall:visited{color:CCCCCC;font-size:8pt;font-weight:normal;text-decoration:none;font-weight:normal;font-style:normal;} a, a:link, a:visited, a.navbar, a.navbar:link, a.navbar:visited, a.man, a.man:link, a.man:visited
{color:990000;font-size:8pt;font-weight:normal;text-decoration:none;font-style:normal;} a:hover, a:active, a.navbar:hover, a.navbar:active, a.man:hover, a.man:active, a.searchlinkSmall:hover, a.searchlinkSmall:active{color:FFFFFF;font-size:8pt;font-weight:normal;text-decoration:none;font-style:normal;}</style>

<style stype="text/css">

.r{}
table table table {border:1px solid; border-color: 333333; padding:1; background-color: 000000; filter:alpha(opacity=80); -moz-opacity:0.8; opacity:0.8; -khtml-opacity:0.8;}
table table{border:0px}
table table table table{border:0px}

</style>

Help?

rickrick
12-10-2005, 10:51 PM
Try using the following code now i did a lil adjustments on it, it should work now


Code:
<style type="text/css"> Body{background-image:url(http://img.photobucket.com/albums/v146/qpalzm/MSBG.jpg);background-position:Center Center;background-attachment:fixed;background-repeat:repeat;

scrollbar-track-color:000000;
scrollbar-face-color:FFFFFF;
scrollbar-highlight-color:990000;
scrollbar-base-color:990000;
scrollbar-DarkShadow-color:990000;
scrollbar-Shadow-color:990000;
scrollbar-arrow-color:000000;}

Table, Td{background-color:000000;border-style:solid;}
table table td{width:100%;} table table table td{width:auto;}
table table table{width:100%;background-color:000000;border-color:333333;border-style:solid;border-width:1px;padding:4px;}
table table table table{width:auto;border-style:solid;}
.orangetext15, .lightbluetext8, .whitetext12, .nametext, .btext, .redtext{color:333333;font-size:8pt;font-weight:bold;text-decoration:none;font-style:normal;}
body, div, p, strong, td, .text, .blacktext10, .blacktext12, a.searchlinkSmall, a.searchlinkSmall:link, a.searchlinkSmall:visited{color:CCCCCC;font-size:8pt;font-weight:normal;text-decoration:none;font-weight:normal;font-style:normal;} a, a:link, a:visited, a.navbar, a.navbar:link, a.navbar:visited, a.man, a.man:link, a.man:visited
{color:990000;font-size:8pt;font-weight:normal;text-decoration:none;font-style:normal;} a:hover, a:active, a.navbar:hover, a.navbar:active, a.man:hover, a.man:active, a.searchlinkSmall:hover, a.searchlinkSmall:active{color:FFFFFF;font-size:8pt;font-weight:normal;text-decoration:none;font-style:normal;}</style>

<style stype="text/css">

.r{}
table table table {border:1px solid; border-color: 333333; padding:1; background-color: 000000;}
table table{border:1px}
table table table table{border:1px}

</style>

Korima
12-11-2005, 06:25 PM
Eh, it makes the tables visible, but it isn't how I'd like it. This is how it turned out:

http://www.myspace.com/korima

I want my tables kind of 'transparent,' and you basically made them 'solid' along with some border adjustments or something.

Korima
12-11-2005, 08:52 PM
Ah, well, I've resolved the problem by myself searching for opacity codes for tables on Google. ^^" Thanks for the help, anyways!