|
chadb -> RE: Table freeze question (5/8/2008 14:39:34)
|
quote:
<div style="height: 200px; overflow: scroll;"> Lots of stuff here. </div> OK, I am a bit confused, here is a sample that I tried, what am I doing wrong? <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title>Lots of stuff here</title> </head> <body> <table border="1" width="100%" id="table1"> <tr> <td> <div style="height: 200px; overflow: scroll;"> Lots of stuff here. </div> </body> </td></td> </tr> </table> <table border="1" width="100%" id="table2" height="44"> <tr> <td> </tr> </table> </html>
|
|
|
|