html - Controls bleeding within iframe on scroll in IE6 -


I have content in an iframe, and when I scroll down the main page (outside iframe), I get strange artifacts Take the inside of IE6 into the selection of iframe and flash control.

How should it look (and the external page looks like in IE 6 before scrolling):

After scrolling the external page in IE6 How it looks:

It works well in other browsers, including IE7 +. If I load the content directly into the IFrame, and scroll the page, it does not happen. It only happens when it is embedded in iframe.

It seems that some control within the iframe is scrolling with the external page.

Thank you!

Your best bet is to hide the iframe during a scroll event, After the iframe can be reflow by reducing its width by 1px, there should be a redraw of a reflow of Iframe in its original size. You will probably be able to make 100% good with IR 6 scrolling, etc.


Comments

Popular posts from this blog

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -