[thelist] Non-frame scrolling area?

Stephen Caudill SCaudill at municode.com
Mon Mar 15 10:55:10 CST 2004


--------------- Drew Shiel wrote: --------------- 
 
: I've never dealt with iframes, so I don't know if they'll cut the
: mustard. He'd prefer a CSS-based solution, and as cross-browser
: compatible as possible. 


HTML:
<div id="ImSoScrollable">
Your content here.
</div>

CSS:
#ImSoScrollable{
	height:200px;
	width:500px;
	overflow:auto;
}

Adjust portions to suit.
Serve hot.

-Stephen
http://www.mechavox.com/


More information about the thelist mailing list