scrollable text box?

i want an area of my page to have text in it and scroll independantly of the rest of the page...i would prefer not to use frames how can this be done?<!--content-->cant you just put the text into a text area?<br />
<br />
<textarea rows=20 cols=20>This is the text and it will scroll itself</textarea><!--content-->Originally posted by Dave Clark <br />
NS doesn't support the automatic scrollbar for a DIV.I just checked in NN 6.2 and NN 7 and they work fine... :confused:<!--content-->Here is a link to a demonstration. It is pure HTML and CSS. <!-- m --><a class="postlink" href="http://www.infinitypages.com/research/nnscrolldiv.htm">http://www.infinitypages.com/research/nnscrolldiv.htm</a><!-- m --> Please let me know if it works for you.<!--content-->
 
Back
Top