Archive for June, 2007

A scrollable Div

Well I was asked if I could out content in a window that was scrollable without using an iframe. I personally dislike iframes so I was happy to oblige. Its actually quite a simple task when you get down to it, so lets get started.
1. Create your div.
<div>Paragraph or two of text here….</div>
2. […]