frame and scrollbar



Hello,

I have a problem where a frame does not repaint a part of a window when
using the horizontal scrollbar.

Easier then explaining is to try out the two html pages at the bottom
of this question.

After creating page 1.html and 2.html in root drive c:\ e.g. load
2.html in IE (6.0).
Then resize the window at the right side and make it smaller, so that a
horizontal scrollbar appears in the frame. Then move that scrollbar to
the right and the frame is not repainted.

Any possibility to adjust this behaviour?? Thanks.

first page: c:\1.html
<html>
<body>
<form id="form1">

<table style="overflow:visible;font-size:
10pt;z-index:-1;position:absolute;width:370px;top:83px;left:560px;font-family:
Arial;">
<tr><td style="background-color:Green;">1</td><td
style="background-color:Blue;">2</td></tr>
<tr><td style="background-color:Green;">3</td><td
style="background-color:Blue;">4</td></tr>
</table>

</form>

</body>
</html>

second page: c:\2.html
<html>
<body>
<form>
<div id="content" style="left: 5px; position: absolute;
width:100%;top:5px; height:6cm">

<div id="info" style="background-color:Red;padding-left:15pt; left:
600px;
position: absolute; height:15px;top: 5px; width: 200px;
font-family: Arial;
color: white">Visible div</div>
<iframe height="100%" width="100%"
src="C:\1.html"
frameborder="0" scrolling="no" >
</iframe>
</div>


</form>
</body>
</html>

.



Relevant Pages

  • frame and horizontal scrolling (IE)
    ... I have a problem where a frame does not repaint a part of a window when ... a horizontal scrollbar appears in the frame. ...
    (alt.html)
  • Re: persistent TCP connection over page reloads ?
    ... say a frame or another window. ... The global execution context: no. ... globalStorage & userData (this is very unlikely to work, ...
    (comp.lang.javascript)
  • Re: Need help with time stretching using STFT
    ... data from the input buffer, applies a linear window function, ... frequency of the sinusoid that ... then knowing what the frequency is, if the previous frame has a bump ... adjust is the value of that common time displacement. ...
    (comp.dsp)
  • RE: multiple modal dialogs
    ... There are two different ways of showing dialogs: ... Modal dialog (and any window for that matter) runs on the top of all ... While modal dialog relies on own message loop modeless relies on application ... that these frame windows can have there own modal ...
    (microsoft.public.vc.mfc)
  • TCP/IP connections problems on Win2003 Entreprise Server
    ... Time since reference or first frame: ... Flags: 0x04 (Don't Fragment) ... Header checksum: 0x16eb ... Window scale: 0 ...
    (microsoft.public.windows.server.networking)