Previous Thread

6/19/2006 8:44:16 AM    Re: Scoll a table cell.
just add a div with proper style 
 
<div style="overflow:auto;width:80;"> 
 
some content to scroll if too wide. note, must set a width to 
 
the div, or be contained in an element with a width 
 
</div> 
 
-- bruce (sqlwork.com) 
 
"UJ" <fred@nowhere.com> wrote in message 
 
news:O8DCRF7kGHA.1272@TK2MSFTNGP03.phx.gbl...



6/19/2006 11:01:42 AM    Scoll a table cell.
How could I make a cell scroll. I have a cell that contains a datalist and I 
 
want to be able to have just the contents of the cell be scrollable; 
 
everything else for the table should remain constant. 
 
Any ideas how I would do this? 
 
TIA - Jeff.