Using span with scroll bar

Hi guys,
How can we make use of span tag which will have scroll bar.Just similar to this window on which i am typing my question.Further i want to include images and text on this area.
Can i do it?

Basically i want to have a window on which there are 2 scrollbars without using frames.I can use tables and span tag,but how?It is possible using javascript.

thanks

to create scrollbars in dom elements you use the style elements overflow-x and overflow-y. So for example if you wanted vertical scrollbars automatically but not horizontal ones you would set:
<span style=“overflow-y: auto; overflow-x: none;”>