never forget

top partners | 35000 graphics! | Free Divs | pixel2life | Myspace Graphics | url shortening

myspaceprodesigns.com

scrollboxes

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>