iFrame not working with all browsers?

kahwhyc

Junior Member
Joined
Jan 28, 2011
Messages
158
Reaction score
70
Is there a iFrame program that is compatible with most popular browsers?

I noticed GhostCPA will have different results with different browsers.
IE gets the sizing wrong.
On Chrome, my first page will be fine but then the 2nd page will be a tiny little box.



If there isn't any program besides GhostCPA, can someone point me in the direction of how to manually iframe?
 
Last edited:
Here, I made this not that long ago..

HTML:
http://www.blackhatworld.com/blackhat-seo/cpa/347755-cpa-iframe-management-wordpress.html

[youtube]pOorpiahNwQ[/youtube]
 
The problem isn't with the iframing programs, it's to do with how the browsers interpret them.

IE sometimes puts iframes 100px off. FF can read them off at times as well... And then there's IE's compatibility mode which just screws things up even more.

Your best bet if you want it to be dead on perfect is to implement a browser detection script and then dynamically change the iframe/div details on the fly depending on the browser.

^ Can be a pain in the butt to make, but you'll only have to make it once ;)
 
The problem isn't with the iframing programs, it's to do with how the browsers interpret them.

IE sometimes puts iframes 100px off. FF can read them off at times as well... And then there's IE's compatibility mode which just screws things up even more.

Your best bet if you want it to be dead on perfect is to implement a browser detection script and then dynamically change the iframe/div details on the fly depending on the browser.

^ Can be a pain in the butt to make, but you'll only have to make it once ;)


Thanks, I'll get onto that.
 
Back
Top