Log in

View Full Version : firefox and IE complications with iframes



NeilWilliams
11-30-2006, 02:57 PM
Hi

Wonder if someone can help?
Im creating an iframe in a certain location on a page. I have an issue, i set scrollbar to auto and the horizontal scrollbar is removed , for firefox, but it appears in IE6 (but is ok in IE7).
If i make the scrollbar = yes then the scrollbar disappears in IE6 and 7 which is great! but then reappaers infirefox.

Any ideas?

Do i need some code to identify what browser and version type a person is using? Can i then get the code to hence use a different style sheet for firefox and a different style sheet for Explorer?

If this is what i need to do, can someone point me somewhere where i can find this code?

Kindest regards
Neil

thetestingsite
12-03-2006, 12:53 AM
Have you tried using CSS to do the scorllbars. (IE: overflow-x: auto; overflow-y: auto; ) That always worked for me in IE6+ and FF.