never forget

top partners | Free Divs | Myspace Layout Stealer | Myspace Layout Stealer | MySpace Layouts | Youtube Backgrounds

myspaceprodesigns.com

scrollboxes

Your Ad Here
Your Ad Here
Newspaper Div Layout by Uday

Newspaper Div Layout

author: Uday

Your Ad Here
Your Ad Here

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>