Thread: DIV problem
View Single Post
  #1 (permalink)  
Old 05-11-2004, 01:35 AM
Parijat Parijat is offline
Registered User
 
Join Date: May 2004
Posts: 1
DIV problem

I have a jsp page which has a scrollable table using DIV Tag
<DIV style="position:fixed; vertical-align:top; border: 0px; width=100%; height: 100px; overflow: auto;">

now the problem is when the table size increases to large no of rows then the elements below the Table are pushed to the very bottom of browser when i resize my browser and then maximize it the problem is solved . But how can i solve the problem
without doing this resize and maximize.

Need help urgently
Reply With Quote