Dropdown music player, how do you move it? |
Dropdown music player, how do you move it? |
![]()
Post
#1
|
|
![]() Newbie ![]() Group: Member Posts: 1 Joined: Aug 2005 Member No: 207,180 ![]() |
Is there a way to move my dropdown music player to a different place than the top of my screen? My layout has a picture at the top that covers the play, pause and stop buttons.
|
|
|
![]() |
![]()
Post
#2
|
|
![]() define our lives for us. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 11,656 Joined: Aug 2004 Member No: 43,293 ![]() |
If you want it on the bottom of your screen, then put the code in your website stats.
Otherwise, you'd position it like a DIV. CODE <div style=" overflow: hidden; top: ###px; left: ###px;">DROP DOWN PLAYER CODE HERE</div> Just change the ### to numbers. Play around with it until it goes where you want it to. |
|
|
![]() ![]() |