show comments |
show comments |
Jan 11 2007, 11:54 PM
Post
#1
|
|
![]() I listen to bands that don't even exist yet... ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 330 Joined: Sep 2005 Member No: 249,189 |
I'm using a hide all script on http://www.myspace.com/protos_designs
and I now want to show a comment box and comments in a div. what do I need to take out to make them visible? I think it's in this part: CODE <style stype="text/css">
.{hiding the bottom links} table tr td div div {visibility:hidden;border:0px!important;background-color:transparent;} . {hiding the copyright} table div font a, table div div {visibility:hidden; display:none;border:0px!important;background-color:transparent;} a span{display:none;} a:hover span {display: block; position: absolute; top: 0px; left: 0px; width:120px; padding: 0px; margin: 0px; margin-left: -354px; z-index: 5; color: white; background: black; filter:none; font-size: 10px;font-family: small fonts; text-align: left; text-decoration:none;} .hidethem {visibility:hidden; display:none;} </style> <style type="text/css"> table, tr, td {background:transparent;} table table table table, table table table table td.text, table.contactTable {display:none;} td.text table, .orangetext15 {visibility:hidden;} td.text table table {display:inline; visibility:visible;} td.text td.text table {display:none;} div b font font, div font font u {display:none;} .whitetext12 { display: none; } .nametext { display:none;} </style> |
|
|
|
![]() |
| *Azarel* |
Jan 12 2007, 12:04 AM
Post
#2
|
|
Guest |
This line removes comments:
td.text td.text table {display:none;} |
|
|
|
![]() ![]() |