Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

PHP generated tables within CSS defined DIVs

Status
Not open for further replies.

alot

Programmer
Aug 28, 2001
1
RO
I have a DIV defined in a CSS (overflow and height parameters).
The HTML contains several tables of results.
Some of those tables has to remain fixed in the webpage while other are meant to be scrollable.
The problem is with the scrollable ones. In a dynamicaly way i'm adding another row with results to the table contained in the scrolling div, well, the scrolling div actually descents to the bottom of the screen leaving a lot of space above. And this only happens in IE 5.5.
In IE 4, IE 5, Netscape 6 and Mozilla everything is ok, the new row is added and the scrolling div remains there.
It seems that the white space above the div is directly proportional with the no of results from the table. Although, there is an equilibrium between the height of the div and the no of results, when the white space does not appear.
I am not using layers because layers are floating while CSS defined scrolling divs are pushing each other thing which is handy in my case...
Could anybody please help me?
Is it a bug of IE 5.5 or?

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top