div positioning, flash object |
![]() ![]() |
div positioning, flash object |
Jan 13 2007, 12:14 AM
Post
#1
|
|
![]() I listen to bands that don't even exist yet... ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 330 Joined: Sep 2005 Member No: 249,189 |
I can't move my flash player anywhere
no matter what values I put in it stays the same place http://www.myspace.com/protos_designs CODE .music {position: absolute; width="218" height="155" top: 700px; left: 50%; margin-left: -225px; background-color: none; z-index: 3} CODE <div class="music"><embed allowScriptAccess="never" allowNetworking="internal" enableJSURL="false" enableHREF="false" saveEmbedTags="true" src="http://www.myflashfetish.com/myflashfetish-mp3-player.swf?myid=1196192&mycolor=0x720000&mycolor2=0x720000" menu="false" quality="best" scale="noscale" bgcolor="#720000" wmode="transparent" width="218" height="155" align="middle" allowScriptAccess="never" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" ></div>
|
|
|
|
Jan 13 2007, 01:00 AM
Post
#2
|
|
|
-Lost in the void- ![]() ![]() ![]() ![]() Group: Member Posts: 103 Joined: Aug 2006 Member No: 452,563 |
Might wanna check here
Edit: If that doesn't help you basically you can move the div anywhere by adjusting the css for the div /* Note */ Red - CSS Errors Blue - What to adjust .music {position: absolute; width="218" height="155" top: 700px; left: 50%; margin-left: -225px; background-color: none; z-index: 3} New code: .music {position: absolute; width:218px; height: 155px; top: 700px; left: 50%; margin-left: -225px; background-color: transparent; z-index: 3;} |
|
|
|
Jan 17 2007, 03:34 PM
Post
#3
|
|
![]() I listen to bands that don't even exist yet... ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 330 Joined: Sep 2005 Member No: 249,189 |
I added px but it hasn't decided to move yet
|
|
|
|
![]() ![]() |