Click to See Complete Forum and Search --> : Scroll bar


karlavc
07-23-2006, 11:55 PM
How do I create/insert a sroll bar in my template?
I want a scroll bar inside my site besides the one from internet explorer.
Like in this web site
http://www.tilafashion.com/advertise.php

KDLA
07-24-2006, 09:04 AM
You create a <div> with a fixed height, then use the overflow property set to scroll.

Reference: http://www.w3.org/TR/REC-CSS2/visufx.html

KDLA