/* SAMPLE SCROLLER CODE BY NADIA - DREAMWEAVERRESOURCES.COM */
Look at the html code and css in the head of the document to see how we put this together.
THE CSS USED: #scroller {overflow: auto; width: 205px height:274px; position: relative; color: #333333; background-color: #E6F2FF; border-color: #D7EBFF; } /*a little padding between the pics in the scroller */ #scroller img {padding: 6px;} /*styles the outer table which houses the scroller*/ .tablemain { width: 205px; border: 1px;border-style: solid; border-width: 1px; border-color: #333333; }
We applied an open window behaviour to the first two pictures.
We used Open Picture Window fever behaviour available from:
http://www.dreamweaverfever.com/grow/
The coloured scrollbars are only IE specific.
Back to Dreamweaver Resources Tutorial Index