O
onzinnig
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>
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>