never forget

top partners | myspace layouts | Myspace Banner Maker | myspace layouts | Free Myspace Layouts | Myspace Banner Maker

myspaceprodesigns.com

scrollboxes

Your Ad Here
Your Ad Here
Artistic Mistake Div Layout by Uday

Artistic Mistake 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>