never forget
Web Statistics

Acura Div Layout

author: Uday

10/27/2007 10:14 PM

10/27/2007 07:28 AM

scrollbox tutorial

In order to put pictures or text into a scrollbox, we use the css overflow:auto property. We must specify width and height when doing this so the browser knows how big to make the box. You can add additional css properties to the box, as well.

Here is some text

overflow

Here is some text

overflow

Here is some text

overflow

Here is some text

overflow

Here is some text

Here is the code we would use.

<div style="overflow:auto; width: XXXpx; height: XXXpx;">
IMAGES OR TEXT HERE
</div>

Comments

View Comments (6) •  Leave Comment  •  Support Forum