Log In · Register

 
 
Closed TopicStart new topic
Transparent Tables, ....removed my about me, who id like to meet etc.
gtshawtie
post Apr 5 2006, 04:54 PM
Post #1


LOSER.`=]
****

Group: Member
Posts: 166
Joined: Apr 2004
Member No: 11,237



i dont know maybe it`s just my computer or something, but right after i inserted a code to make my tables transparent my about me section, & who i`d like to meet section disappeared. does anyone know what i might have done wrong?


HERES MY TESTER SITE --> www.myspace.com/testin12


(let me know if u need to see the code) blink.gif cry.gif
thanks you guys.
_unsure.gif
 
Mickey
post Apr 5 2006, 05:21 PM
Post #2


Treasure Pleasure
********

Group: Head Staff
Posts: 11,193
Joined: Oct 2005
Member No: 281,127



I think we'll need your codes.
 
gtshawtie
post Apr 5 2006, 05:28 PM
Post #3


LOSER.`=]
****

Group: Member
Posts: 166
Joined: Apr 2004
Member No: 11,237



CODE
<style type="text/css">
table table table table {border:0px;}table, tr, td {background:transparent; border:0px;}
table table table {background:222222);filter: alpha(opacity=70); -moz-opacity:0.7; opacity:0.7; -khtml-opacity:0.7}
table table table td {background-color:222222;} </style>



is there any other code to make tables filtered/transparent?
sad.gif
 
Mickey
post Apr 5 2006, 05:51 PM
Post #4


Treasure Pleasure
********

Group: Head Staff
Posts: 11,193
Joined: Oct 2005
Member No: 281,127



Try this code instead:

CODE
<style type="text/css">
table table table td {filter:alpha(opacity=87); -moz-opacity:0.87; opacity:0.87; -khtml-opacity:0.87;}
table table table table td {filter:none;}
</style>
 
gtshawtie
post Apr 5 2006, 06:01 PM
Post #5


LOSER.`=]
****

Group: Member
Posts: 166
Joined: Apr 2004
Member No: 11,237



wink.gif
thanks.
but that didnt work either. it still took away my about me sectin and everything.
ermm.gif
 
gtshawtie
post Apr 5 2006, 06:24 PM
Post #6


LOSER.`=]
****

Group: Member
Posts: 166
Joined: Apr 2004
Member No: 11,237



nah , the only remove code i have in there is for the extended network & contact table.
i made sure by taking the filter code out and everything was fine . but heres the rest of my codes ....




ABOUT ME:


CODE
<marquee><img src="http://img81.imageshack.us/img81/1500/uniqfetishx27kd.jpg" /></marquee>




<style type="text/css">
table table table {width:335px;}
table table table table table table {width:20%;}
</style>





<style>.orangetext15{display: none;}</style>








<style type="text/css">
table tbody td table tbody tr td.text table {visibility:hidden;}
table tbody td table tbody tr td.text table table, table tbody td table tbody tr td.text table table tbody td.text {visibility:visible;}</style>





<style type="text/css">.contactTable {display:none!important; border:0px !important;}</style>








WHO ID LIKE TO MEET:
CODE
<style type=text/css>

body {
background: 000000  url("http://img348.imageshack.us/img348/5945/aaahiphop5yg.jpg");
background-position: bottom center;
background-repeat: no-repeat;
background-attachment: fixed;
scrollbar-arrow-color:009900;
scrollbar-track-color: 000000;
scrollbar-shadow-color: 000000;
scrollbar-face-color:000000;
scrollbar-highlight-color:000000;
scrollbar-darkshadow-color:000000;
scrollbar-3dlight-color:000000;}

table, tr, td {background-color: transparent; border: 0px; padding:2;}
table table {border: 0px;}
table table table table{border: 0px;}



{The actual modules}
table table table {border: 0px solid; border-color: 11111; background-color: 222222; }

{sets the default style for the body, table data, list data, divisions and text areas}
body,table, td, li, p, div, textarea  
{font:normal 11px arial; color:ff0099; font-weight:none; border:0px; text-transform: none; line-height:12px;}

{class for the basic font for the page}
.text {font:normal 11px arial; color:ff0099; font-weight:none; border:0px; text-transform: none; line-height:12px;}  

{style for the number of comments you have. The actual ..}
.redtext{font-family:arial; font-size:5px; color:cccccc; font-weight:none;border:0px; text-transform: uppercase; }

{style for the number of friends you have.}  
.redbtext{font-family:arial; font-size:5px; color:cccccc; font-weight:none;border:0px; text-transform: uppercase; }

{Blurbs, About Me, Who Id like to Meet, Friend Space, and Friends Comments style}
.orangetext15{font-family: arial; color: cccccc; font-weight: bold; font-size: 5px; letter-spacing: -2px;}  

{General, Music, Movies, Television, Books, Heros, Status, Here for, Hometown, Body Type, Ethnicity, Religion, Sign, Smoke/Drink, Children, Education, Occupation, and Income title style}
.lightbluetext8{font-family:arial; font-size:5px;  color:cccccc; font-weight:none;border:0px; text-transform: uppercase; }

{Contacting, Interests, Details, and Schools title styling}  
.whitetext12{font-family:arial; font-size:13px;  color:cccccc; font-weight:none;border:0px; text-transform: uppercase;}  

{In your extended network style}
.blacktext12{font-family: arial; color: 000000; font-weight: bold; font-size: 1px; letter-spacing: -2px; }

{Stylizing of your name above your picture }  
.nametext{font-family: arial; color: ff0099; font-weight: bold; font-size: 15px; letter-spacing: -3px; line-height: 35px;}  

{date stamp on comments}  
.blacktext10{font-family:arial; font-size:5px;  color:ff0099; font-weight:none;border:0px; text-transform: uppercase;}  

{This is how all anchor points will be displayed; anchor points appear before all links.}  
a{font-family:arial; font-size:5px; color:cccccc; font-weight:none;border:0px; text-transform: uppercase; }  
a:link{font-family:arial; font-size:5px; color:cccccc; font-weight:none;border:0px; text-transform: uppercase;}
a:active{font-family:arial; font-size:5px; color:cccccc; font-weight:none;border:0px; text-transform: uppercase;}
a:visited{font-family:arial; font-size:5px; color:cccccc; font-weight:none;border:0px; text-transform: uppercase;}
a:hover{font-family:arial; font-size:5px; color:cccccc; font-weight:none;border:0px; text-transform: uppercase;}

{View all friends and invite more link style}  
a.redlink{font-family:arial; font-size:5px; color:cccccc; font-weight:none;border:0px; text-transform: uppercase;}  
a.redlink:link{font-family:arial; font-size:5px; color:cccccc; font-weight:none;border:0px; text-transform: uppercase;}
a.redlink:active{font-family:arial; font-size:5px; color:cccccc; font-weight:none;border:0px; text-transform: uppercase;}
a.redlink:visited{font-family:arial; font-size:5px; color:cccccc; font-weight:none;border:0px; text-transform: uppercase; }
a.redlink:hover{font-family:arial; font-size:5px;  color:cccccc; font-weight:none;border:0px; text-transform: uppercase;}

{2 links in very top on the left, and the 13 links above your picture with make the navigation bar}
a.navbar{font-family:arial; font-size:5px; color:cccccc; font-weight:none;border:0px; text-transform: uppercase;}  
a.navbar:link{font-family:arial; font-size:5px; color:cccccc; font-weight:none;border:0px; text-transform: uppercase;}  
a.navbar:active{font-family:arial; font-size:5px; color:cccccc; font-weight:none;border:0px; text-transform: uppercase;}  
a.navbar:visited{font-family:arial; font-size:5px; color:cccccc; font-weight:none;border:0px; text-transform: uppercase;}  
a.navbar:hover{font-family:arial; font-size:5px; color:cccccc; font-weight:none;border:0px; text-transform: uppercase;}  

{Default Links}
a:link, a.man{font-family:arial; font-size:5px; color:cccccc; font-weight:none;border:0px; text-transform: uppercase; letter-spacing: 0px;}  
a:active{font-family:arial; font-size:5px; color:cccccc; font-weight:none;border:0px; text-transform: uppercase;}  
a:visited{font-family:arial; font-size:5px; color:cccccc; font-weight:none;border:0px; text-transform: uppercase;}
a:hover{font-family:arial; font-size:5px; color:cccccc; font-weight:none;border:0px; text-transform: uppercase;}



</style>






<style>A:hover, a.navbar:hover, a.redlink7:hover, a.bluelink:hover {
border:none;
cursor:help;
height:;
font-variant:;
text-transform:uppercase;
filter: progid:DXImageTransform.Microsoft.Pixelate(maxsquare=10); HEIGHT: 0px; }
image { FILTER: progid:DXImageTransform.Microsoft.BasicImage(gr;
color:5c5c5c;
font:normal 6pt small fonts;}</style>
 
gtshawtie
post Apr 5 2006, 07:30 PM
Post #7


LOSER.`=]
****

Group: Member
Posts: 166
Joined: Apr 2004
Member No: 11,237



THANK YOU!
biggrin.gif
i took that code out , but now that i put the filter code in there it cuts off half of my about me section.
gosh, why does everything always mess up for me.
does anyone know whats causing this?
blink.gif
 
gtshawtie
post Apr 5 2006, 09:31 PM
Post #8


LOSER.`=]
****

Group: Member
Posts: 166
Joined: Apr 2004
Member No: 11,237



i took that out and it still doesnt work ....
can anyone help me ??
or would anyone be willing to do it for me i dunno whats going on with it .. im not in a rush or anything i juss need help desperately lol
wacko.gif
 
duplicatex0x0x0
post Apr 6 2006, 02:18 PM
Post #9


Senior Member
******

Group: Duplicate
Posts: 1,912
Joined: May 2005
Member No: 137,527



Put all of the codes, that you want to keep, back in your layout. In your table properties section in your who i'd like to meet, put in this code:
CODE
table table table td {
  background-color:ffffff;
  filter:alpha(opacity=80); -moz-opacity:0.8; opacity:0.8; -khtml-opacity:0.8;
}

p.s. you should only have one set of style tags, and all the codes that edit your profile should be within the same section, to prevent simple things not working.
 
gtshawtie
post Apr 7 2006, 06:53 PM
Post #10


LOSER.`=]
****

Group: Member
Posts: 166
Joined: Apr 2004
Member No: 11,237



okay,
i did everything you just recomended & some of my tables got cut off .
if you go to MY PAGE (clickable)you can see it. thats what i dont know how to fix and i have NO clue whats causing the problem.
i hate to sound like im begging but ... can someone PLEASE help...
and does all my tables appear for you guys??
maybe its just my computer.
ermm.gif cry.gif wacko.gif
 
coldtrance
post Apr 7 2006, 07:08 PM
Post #11


There Are Strange Things Afoot At The Cirlce K
******

Group: Member
Posts: 1,130
Joined: Oct 2005
Member No: 253,395



not to be annoying, but can you use the original code you used before for the opacity, i want to take a look at it so i can see why it wont work for you, because the old code you had works fine for me. sorry :\
 
gtshawtie
post Apr 7 2006, 07:12 PM
Post #12


LOSER.`=]
****

Group: Member
Posts: 166
Joined: Apr 2004
Member No: 11,237



wait what do you mean .
lol im slow. you mean u want me to take da opacity code out so u can see what it looks like w/o it?
ermm.gif
sorry lol.
 
coldtrance
post Apr 7 2006, 07:14 PM
Post #13


There Are Strange Things Afoot At The Cirlce K
******

Group: Member
Posts: 1,130
Joined: Oct 2005
Member No: 253,395



lol oh no sorry, i want you to use the original code you had instead of the ones everyone else gave you
 
gtshawtie
post Apr 7 2006, 07:24 PM
Post #14


LOSER.`=]
****

Group: Member
Posts: 166
Joined: Apr 2004
Member No: 11,237



ohhhhhhhhh
biggrin.gif im usin that code now .... this one right ...
CODE
<style type="text/css">
table table table table {border:0px;}table, tr, td {background:transparent; border:0px;}
table table table {background:222222);filter: alpha(opacity=70); -moz-opacity:0.7; opacity:0.7; -khtml-opacity:0.7}
table table table td {background-color:222222;} </style>
 
coldtrance
post Apr 7 2006, 07:29 PM
Post #15


There Are Strange Things Afoot At The Cirlce K
******

Group: Member
Posts: 1,130
Joined: Oct 2005
Member No: 253,395



yeah that one.. and your profile is set to private now, so i cant check it.
 
gtshawtie
post Apr 7 2006, 07:36 PM
Post #16


LOSER.`=]
****

Group: Member
Posts: 166
Joined: Apr 2004
Member No: 11,237



can you request to add me and ill accept or please tell me how to take it off of private.
_smile.gif
i know.. this is probably so annoying sad.gif
 

Closed TopicStart new topic
2 User(s) are reading this topic (2 Guests and 0 Anonymous Users)
0 Members: