|
I'm having trouble positioning a music file... it works with Firefox but not with any version of IE.
Problem: Music file ends up at the top left corner of the page in IE, but works fine in Firefox.
What's wrong with the code, or is there another way to position the file?
<div style="Z-INDEX: 10; POSITION: absolute; LEFT: 335px; TOP: 640px">
<EMBED src="http://womeninboxes.com/He_Sawed_Mary_Sue_II.mp3" width="203" height="16" autoplay="false"
controller="true" loop="false" pluginspage='http://www.apple.com/quicktime/download/'></div>
|