music profile: need to place an image in top of the player... |
![]() ![]() |
music profile: need to place an image in top of the player... |
Jul 29 2007, 02:09 PM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 56 Joined: Jul 2006 Member No: 444,216 |
Can it be done?
|
|
|
|
Jul 30 2007, 08:44 PM
Post
#2
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 56 Joined: Jul 2006 Member No: 444,216 |
well... I didn't explain myself... I just want to move the player so I can have a picture and then the player below that picture... can it be done?
|
|
|
|
Aug 1 2007, 10:27 AM
Post
#3
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 56 Joined: Jul 2006 Member No: 444,216 |
bump!
|
|
|
|
| *The Markster* |
Aug 1 2007, 12:15 PM
Post
#4
|
|
Guest |
I'm not so sure if this would work, but you could try setting z-indexes for the player and the picture -- the picture having the higher z-index.
|
|
|
|
Aug 1 2007, 06:56 PM
Post
#5
|
|
|
Member ![]() ![]() Group: Member Posts: 20 Joined: Jul 2007 Member No: 553,205 |
Try this code..
this is what I use to move it around...Change the top and left of course. <style type="text/css"> object {position:absolute; top:365; left:46px; z-index:3} </style> |
|
|
|
| *Insurmountable* |
Aug 1 2007, 08:36 PM
Post
#6
|
|
Guest |
^well that should work but if not just use this to move the music player on band myspaces:
CODE <style type="text/css"> {move music box} object {position:relative; top:600; left:0px;} </style> I personally use it when I have to design music band spaces, so I know for a fact it works :] |
|
|
|
Aug 1 2007, 10:02 PM
Post
#7
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 56 Joined: Jul 2006 Member No: 444,216 |
is there any way in which I could shrink the player? that would be A+ for me :)
|
|
|
|
Aug 1 2007, 10:49 PM
Post
#8
|
|
|
Member ![]() ![]() Group: Member Posts: 20 Joined: Jul 2007 Member No: 553,205 |
Add the height and width properties to the codes above to adjust the size of the player.. but by shrinking it the quality of the player isnt' as nice...
|
|
|
|
![]() ![]() |