script help |
script help |
Mar 19 2007, 06:24 PM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 59 Joined: Oct 2004 Member No: 58,055 |
im making a div layout, but i want to keep comments and friends visible... how can i change this script to do so?
CODE <style type="text/css">
.contacttable,.whitetext12,.nametext,.lightbluetext8,.orangetext15,.blacktext12, btext,.redtext,.redbtext{display:none;height:0px;!important;visibility:hidden} td td td td{border:0px;width:0px;text-align:left;} table,td{padding:0px;width:;background-color:transparent} table table table{padding:1px;height:.01%;width:100%;} table table,table table table table,table,tr,td{height:0px;!important;border:0px;!important} a.text,table div font a,table div div,.navbar font,tr td font{visibility:hidden;display:none;height:0px;!important;} table table table table,table table table table td.text, td.text td.text table{display:none;} td.text table table{display:inline;visibility:visible;} table td table tr td.text table{visibility:hidden;} table td table tr td.text table table,table td table tr td.text table table td.text{visibility:visible;} </style> <style>.r{}</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> |
|
|
|
![]() |
| *Azarel* |
Mar 19 2007, 06:36 PM
Post
#2
|
|
Guest |
Sure. Hopefully this does the trick for ya:
<style type="text/css"> .contacttable,.whitetext12,.nametext,.lightbluetext8,.orangetext15,.blacktext12, btext,.redtext,.redbtext{display:none;height:0px;!important;visibility:hidden} td td td td{border:0px;width:0px;text-align:left;} table,td{padding:0px;width:;background-color:transparent} table table table{padding:1px;height:.01%;width:100%;} table table,table table table table,table,tr,td{height:0px;!important;border:0px;!important} a.text,table div font a,table div div,.navbar font,tr td font{visibility:hidden;display:none;height:0px;!important;} table table table table,table table table table td.text {display:none;} td.text table table{display:inline;visibility:visible;} table td table tr td.text table{visibility:hidden;} table td table tr td.text table table,table td table tr td.text table table td.text{visibility:visible;} 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> |
|
|
|
mutedscream00 script help Mar 19 2007, 06:24 PM
Azarel Remove this: td.text td.text table Mar 19 2007, 06:28 PM
mutedscream00 hmm im still a lil confused.. wud u mind reposting... Mar 19 2007, 06:35 PM
mutedscream00 hmmm something still seems to be a bit off.. My We... Mar 19 2007, 06:40 PM
Azarel This last part in your I'd Like to Meet is hid... Mar 19 2007, 06:44 PM
mutedscream00 Thanks! you have solved the mystery! Mar 19 2007, 06:48 PM![]() ![]() |