Band player issues in Firefox |
Band player issues in Firefox |
![]()
Post
#1
|
|
Member ![]() ![]() Group: Member Posts: 11 Joined: Jan 2009 Member No: 709,019 ![]() |
http://www.myspace.com/kylewheelermusic
I noticed today that the player is off in FF, but is good in IE. Before today, the player displayed correctly in FF, so my mind is boggled on what to do. I did notice however, that if I cut my pixels in half (top and left) that it would show correctly again in FF.. but then would be incorrect in IE. music player code is close to the bottom. CODE <i class=i>!START code in Influences !</i>
<i class=i>!START Style Block For Hiding Elements on Band Page! <a href="http://www.msplinks.com/MDFodHRwOi8veGlpaS51cy9tcy9iYW5kLWhpZGUtYWxs">MySpace Band Hide Everything</a> </i> <style> .i, div.clearfix i i i {display:none} {! fix a centering problem, and clear white space caused by clear gifs !} td {width:auto;} table td img {display:none;} {! restore any images displayed inside our div. You may want to use block instead of inline for some images. !} table td div.myCreDiv img, table td div.myCoreDiv table td img, table td div.myCoreDiv div img {display:inline;} {!OPTIONAL restore image on maroon nav bar, we could use a.navbar img!} div table td a.navbar img {display:block;} {! removes most content and the space it occupied !} table table table {display:none} {! minimize the remaining main page content that can not be removed without effecting the ad and menus !} table table td { height:0px; margin:0px; padding:0px;} {! restore my div. !} table div.myCoreDiv {display:block;} {! restore div with Comments !} table div.myCoreDiv div.myDclassFC {display:block;} table div.myCoreDiv div {display:block;} table table br {display:none;} table table table br {display:block;} {! OPTIONAL decrease space between bottom and bottom menu, and between bottom menu and cc thing !} {! does not work in Safari !} table div br {line-height:4px;} {! reverse effect on custom div !} table div.myCoreDiv br {line-height:11px;} {! remove default background coloring !} table table, tr, td {background-color:transparent !important} {! ONLY if you want to remove the blue behind the ad banner AND the maroon !} div.profileWidth table, div.profileWidth td {background-color:000000 !important} div table {border-bottom:none !important;} {! ADDITIONAL STYLE BLOCKS CAN GO HERE !} </style> <i class=i>!End code in Influences !</i> <style> {!-music player-!} table table td.text object {position:absolute !important; top:30.5px !important; left:250px;} </style> <style>.{removes bottom space} position:relative; top:-3px; } table.interestsanddetails { position:relative; top:-3px; } br { line-height:2px; }</style> <style type="text/css"> body { background-color: 000000; } </style> |
|
|
![]() |
![]()
Post
#2
|
|
![]() Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 ![]() |
Look for this in your music player code:
CODE left:250px; Replace it with this: CODE left:50% margin-left:250px; Then play around with the 250 value to position the music player where you want it to be. |
|
|
![]() ![]() |