Music CSS |
![]() ![]() |
Music CSS |
| *digital.fragrance* |
Aug 9 2006, 12:49 PM
Post
#1
|
|
Guest |
What's the CSS for the myspace music player?
I thought it was ".embed" but I can't move it around the page. I put attributes like "Top: ##px; Left: ##px;" and it still won't move Help? |
|
|
|
Aug 9 2006, 12:50 PM
Post
#2
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
Do
embed, objct{blahblah} . No dot. |
|
|
|
| *digital.fragrance* |
Aug 9 2006, 12:52 PM
Post
#3
|
|
Guest |
Thanks but it still won't budge.
Ah.. I swear.. Myspace coding CODE embed, object{
top:800px; left: 0px; display: visible;} |
|
|
|
Aug 9 2006, 12:54 PM
Post
#4
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
For me this works (just tried):
CODE <style> embed,object{ position: absolute; left: 0; top: 0;} </style> Example: click IF that doesn't work, you can post your codes. Edit/ You need to add position: absolute; =] |
|
|
|
| *digital.fragrance* |
Aug 9 2006, 01:03 PM
Post
#5
|
|
Guest |
^ Thanks!
I appreciate it Topic Closed |
|
|
|
![]() ![]() |