Log in

View Full Version : Opera 9.10 problem



Maxima
01-13-2007, 08:28 AM
Hi all,

I have a flash banner that runs perfectly in Firefox, IE6.. but it doesn't in Opera? it looks as if it doesn't see the container of the flash banner and squeeze it that only a small strip is showing!

Edited: Never mind , it works now in opera and FF.. but having a problem with ie6! the movie is pushed way down the div!

still working it out...

any ideas?

jscheuer1
01-13-2007, 09:15 PM
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):


<!--[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.