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