iframe shifts 1 pixel to left on some browser sizes
Posted
by Tuan Nguyen
on Stack Overflow
See other posts from Stack Overflow
or by Tuan Nguyen
Published on 2008-11-30T22:20:43Z
Indexed on
2010/04/20
20:33 UTC
Read the original article
Hit count: 325
i have code like, sorry i dont have the exact code now. but its valid.
<iframe src="..." borderframe="0" scrolling="no" width=728px" height="90px"></iframe>
the target is a html file that contains code for a banner. everything displays well. but when i resize browser or go to maximize. the content is shiftet to the left by 1 pixel. so the banner is displayed missing the first vertical 1px line. and only 727px is visible.
anyone has an idea?
thank you.
© Stack Overflow or respective owner