Music myspace help!, hide music list. |
Music myspace help!, hide music list. |
Jun 14 2007, 05:27 PM
Post
#1
|
|
![]() ^ I might look scary but i'm the nicest person in cb! ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,364 Joined: Feb 2004 Member No: 4,979 |
Ok i got a music myspace. It's so hard to move the myspace music list.
Is there a way i can cover it? I try div but it does not work. ![]() no matter how hard i try the player alway stay on top of the div layer. But i still want to use the playlist but i just want to position it anywhere on the page If you know how to do either of this two contact me. 1) cover it and use the code and put it anywhere 2) code to put it anywhere without covering it |
|
|
|
![]() |
Jun 14 2007, 05:32 PM
Post
#2
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 371 Joined: Jun 2007 Member No: 530,773 |
if you want to move your music player... use this code.
CODE <style type="text/css"> object {position:relative; top:600; left:0px;} </style> or if you want to hide your music player... use this code. CODE <style type="text/css">
div table table a img {display:none;} </style> |
|
|
|
Jun 14 2007, 05:57 PM
Post
#3
|
|
![]() ^ I might look scary but i'm the nicest person in cb! ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,364 Joined: Feb 2004 Member No: 4,979 |
I love you! thank you! This is what I call good service. 5min reply!
|
|
|
|
Jun 14 2007, 06:42 PM
Post
#4
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 371 Joined: Jun 2007 Member No: 530,773 |
you're welcome. =)
|
|
|
|
![]() ![]() |