Scoll a table cell.

  • Thread starter Thread starter UJ
  • Start date Start date
U

UJ

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top