iframe Alignment in IE vs. FF - What's the Deal?

bananahands

Regular Member
Joined
Mar 25, 2008
Messages
315
Reaction score
77
I've noticed that when I iframe an offer and insert the code into dreamweaver, when I test it the alignment will be off in IE but will look fine in firefox.

This iframe needs to be in an exact location on the page, so any shifting leaves me with undesired results.

It will usually shift about 10px higher horizontally in IE than in FF

Does anyone know why this is and how to correct it? Any help would be greatly appreciated.

I've googled it but found no clear cut answers.
 
Last edited:
This has always been an issue, try using PHP, E.g. If browser = FF display iframe1 else if IE display iframe2 etc.
 
Got the source so I can take a peek, and I could maybe help? You can PM if you don't want public
 
This has always been an issue, try using PHP, E.g. If browser = FF display iframe1 else if IE display iframe2 etc.

That sounds like it works, not exactly a php whiz though I'd probably need the code and a little help.

Got the source so I can take a peek, and I could maybe help? You can PM if you don't want public

PM sent gluebag
 
Back
Top