New myspace band player messing up other divs |
New myspace band player messing up other divs |
Oct 7 2008, 08:43 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 3 Joined: Oct 2008 Member No: 689,869 |
here's the problem i am having.
i currently have given up on getting the upcoming shows and the music player separate. right now, i have my music player where it needs to be, i have a scroll box with the "About Me" bio, and thats all good. When i try to add the friends and comments at the bottom...it messes everything up. My music player and the about me section both move into the scrollable div that the comments and friends are in...Why is this? Can anyone take a look at my code and figure out what is going on? www.myspace.com/truestylestest3 is the address.. t.styles@gmail.com thank you very much. |
|
|
|
![]() |
Oct 9 2008, 03:14 AM
Post
#2
|
|
|
Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 |
I went to Views-Under-Construction and found this:
QUOTE The Band page has changed, effecting at least the player and its relationship to the method I had been using to address the shows. (If your player is now inside your shows, you need to remove any code that places your shows using the div, and now place them by addressing their table.) Maybe that's what's been happening? Either that or it's because you're using this code: CODE </td></tr></table></td></tr></table></td></tr></table> And this code: CODE <table><tr><td><table class="off"><tr><td><table><tr><td> To hide everything on your page. Try removing those and using this instead: CODE <style> td {width:auto;} table td img {display:none;} table td div img, table td div table td img, table td div div img {display:inline;} table table table {display:none} table table td { height:0px; margin:0px; padding:0px;} table div {display:block;} table div div {display:block;} table table br {display:none;} table table table br {display:block;} table table, tr, td {background-color:transparent !important} div.profileWidth table, div.profileWidth td {background-color:transparent !important} div table {border-bottom:none !important;} </style> Then try making the friends and comments appear again. |
|
|
|
T-Styles New myspace band player messing up other divs Oct 7 2008, 08:43 PM
T-Styles but that doesn't answer my question. I'm ... Oct 7 2008, 09:40 PM
Anarchy Why not post the codes you're using? It says t... Oct 8 2008, 02:06 AM
T-Styles because there is so much of it, i was trying to sa... Oct 8 2008, 05:51 PM![]() ![]() |