plugin affects apperance in IE, works fine in firefox.
-
hi guys, recently i downloaded a plugin that plays mp3 in my wordpress sidebar. the thing is, it’s actually working fine in firefox but when i view it in IE, everything after the player fails to load up.
i tried resizing the player, played around with the div, li and ui codes to no avail. but once i removed the player, everything works fine in IE.
My site: https://www.alexlab.com (please view it in firefox and IE to see the problem)
the code:
<ul>
<li><h2>Music</h2>
</li>
<li>
<object type="application/x-shockwave-flash" data="https://www.alexlab.com/singlemp3player.swf?file=https://www.alexlab.com/music.mp3&songVolume=90&backColor=615c5c&frontColor=ffffff&autoStart=true&repeatPlay=false&showDownload=true" height="20" width="180">
<param name="movie" value="https://www.alexlab.com/singlemp3player.swf?file=https://www.alexlab.com/music.mp3&songVolume=90&backColor=615c5c&frontColor=ffffff&autoStart=true&repeatPlay=false&showDownload=true">
</li>
</ul>
<div class="hr"></div>end of code.
can anyone help me please?
- The topic ‘plugin affects apperance in IE, works fine in firefox.’ is closed to new replies.