do iframes work in firefox? if so, do they render differently than in IE? anybody out there using iframes that can give me some pointers on cross-browser compatibility?
thanks
Printable View
do iframes work in firefox? if so, do they render differently than in IE? anybody out there using iframes that can give me some pointers on cross-browser compatibility?
thanks
We were using them in one of our interior pages, and it didn't seem there was any problem (I use Firefox mostly), but then ours was one simple window, so if you're doing some really fancy stuff, I'd test the heck out of it.
I think you just have to be careful about mixing html and php in your iframes, ie, if the page is html and calling a php iframe code then it doesn't work that nicely, but I am not totally sure on this as I haven't done it.
One of the things that I've noticed is in the way the two browsers handle scrolling within an iframe. I've got a page that links to a games site template through iframes. In IE there's no inner scroll bars but in Firefox there is.
Seems to me I had originally set scrolling="no" and the page didn't work too good in FF, hence the reason that I set it to scrolling="yes"
Here's the page if you're interested: Game Page
wow..thanks for all the info..now it's time to do some testing!