Band Profile Div to cover everything |
Band Profile Div to cover everything |
Apr 24 2009, 10:53 AM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 12 Joined: Jan 2006 Member No: 360,225 |
I've been trying to set this band myspace page to have a div overlay that covers everything, starting just under the myspace links, with a black background. I have been able to cover part of the profile, but the most recent thing that I tried just deleted my image map that I am trying to put in there, too!
Help please? Thank you! |
|
|
|
![]() |
Apr 24 2009, 12:53 PM
Post
#2
|
|
|
Member ![]() ![]() Group: Member Posts: 12 Joined: Jan 2006 Member No: 360,225 |
Nevermind, I found a solution : )
|
|
|
|
Apr 24 2009, 12:58 PM
Post
#3
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,237 Joined: May 2008 Member No: 648,123 |
CODE table table table td.text, .contactTable, .latestBlogEntry, table div, div table, .friendSpace table div, td div span a, .whitelink { display:none!important; } that hides everything on your music profile, except for the friends, comments, navigation and music player. if you want to hide the friends and comments, get rid of the last two lines.div div table, div table div, table table div { display:block!important; padding:0; } .page .whitelink { display:inline!important; } table { width:0; } table table { width:auto; } table table table { margin:25px 0 0; } table table table table { margin:auto; } table table table, table table table table table div { visibility:hidden; } table table table table table, table table table table div { visibility:visible; } table, tr, td { background:none; border:none; } .friendSpace td.text, .friendSpace td.text table table { display:table!important; _display:block!important; visibility:visible; } .friendSpace, .friendSpace table, .friendsComments, .friendsComments table { visibility:visible; } to make the background black, just adjust the body properties: CODE body { background:black; }
|
|
|
|
![]() ![]() |