473,387 Members | 1,621 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

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:560p x;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>

Jul 1 '06 #1
0 1442

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Toph | last post by:
Bonjour a tous, Hi, I am developing a software in Python using Tkinter. The choice of my team is not to use pyton MegaWidgets. I would like to scroll a frame. This is a peace of my code : #...
1
by: Toph | last post by:
Hi, I am developing a software in Python using Tkinter. The choice of my team is not to use pyton MegaWidgets. I would like to scroll a frame. This is a peace of my code : #...
8
by: Christopher Benson-Manica | last post by:
I have a table in a frame with a scrollbar. I want the table to be 100% of the width of the frame excluding the width of the scrollbar. Opera and Netscape leave space for the scrollbar, but IE6...
2
by: William Gill | last post by:
I need to display a couple of labels and a checkbox from each entry in my database. Simple enough, but there are several hundred records, and I only want to display 5 or 10 at a time. Can this be...
1
by: Tony Johansson | last post by:
Hello experts! As this program is now it's works perfectly when running as a application or as an Applet. Now to my question if I just change this row "public class Converter extends Applet "...
2
by: anx | last post by:
I've got a grid-managed frame, containing a column of Labels, and a corresponding column of Entry widgets. I'd like to be able to display dozens, or even hundreds of rows, and use a vertical...
1
by: matt123 | last post by:
Hi everyone. I've encountered a problem when attempting to open a file for use in a class with wxpython. I have my panel layout in a class, and one of the buttons on my frame will open a selected...
3
by: nicky77 | last post by:
Hi, before you say it i know frames are bad practice - but i'm developing dynamic content on a site which has already been designed, so alas there's no option but to use them. Anyway, I just want to...
8
by: removeps-groups | last post by:
Is there any way to control the space between top of browser or frame and document body? What I have is this: There is a simple file test1.html, and file test.html that displays test1.html in an...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.