Once you have it looking good in Opera and FF, you can devise IE specific styles by using an IE conditional comment (put this in the head of your page after your regular stylesheet or stylesheet link):
Code:
<!--[if IE]>
<style type="text/css">
IE specific style rules can go here
</style>
<![endif]-->
This will not work if all of your style for the movie is already in the tags for it. Style belongs in a stylesheet though and can be moved there. If you need help with this part of it, a link to your page would probably be the best thing.
Bookmarks