Sean's Personal Code Samples And References

Virtical Only Scrolling DIV

Example:





Some Scrolling Text



Some Scrolling Text



Some Scrolling Text



Some Scrolling Text



Some Scrolling Text

Code:


<div  style="overflow-x: hidden; overflow-y: scroll;height:200px;border:1px solid #000000;">
	<br /><br /><br /><br />
	Some Scrolling Text
	<br /><br /><br /><br />
	Some Scrolling Text
	<br /><br /><br /><br />
	Some Scrolling Text
	<br /><br /><br /><br />
	Some Scrolling Text
	<br /><br /><br /><br />
	Some Scrolling Text
	<br /><br />
</div>
Sean Marcellus
There are 10 kinds of people e in this world, those who understand binary and those who don’t.