So I designed my bands myspace. or Overdesigned, but whatever. So I'm having a problem with webkit browser(Chrome and Safari). The music Player is postioned in the right spot with Explorer and Firefox. But chrome and safari postion the player way differently. Does anyway know a way to tell those browser to move an element with out effecting the Explorer or Firefox? Or any workaround? here's the page http://myspace.com/blackhousesmusic
oh and it autoplays music, just to warn you.
here's the code to position the player in FF and Explorer.
{!-music player-!} table table td.text object { position:relative; top:240px; left:-89px; z-index: 0; } {!-music player-!} *html table table td.text object { position:relative; top:540px; left:-131px; z-index: 0; } object, embed { position: relative; top:-10px; left: 0px; z-index: 0;}
-SageKnives