Hiding Upcoming Shows |
Hiding Upcoming Shows |
Jan 30 2010, 05:26 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 1 Joined: Dec 2009 Member No: 755,482 |
I found this code to remove the upcoming shows, but it also removes the music player
td.text div {display:none;} td.text td div {display:block;} There's another code to remove only the upcoming shows? |
|
|
|
![]() |
Jan 30 2010, 06:29 PM
Post
#2
|
|
|
Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 |
Try using this instead:
CODE <style>
div table table {position: absolute; top: -100px; left: 50%; margin-left: -1000px; z-index: 9;} .clearfix table table, div table table table, div table table div, .latestBlogEntry, .friendSpace, .friendSpace table, .friendsComments table {position: static; margin: auto;} </style> |
|
|
|
![]() ![]() |