How to get the scroll bars in show popup menu i javascript
sania
7:57 am on Sep 21, 2006 (gmt 0)
Hi, all I am working with show popup menu in javascript. Onmouse over it shows all the sub menu. as the sub menu increases its height also increases, instead of that I want to have a scroll bar in that..so any idea about that
Robin_reala
9:27 am on Sep 21, 2006 (gmt 0)
Welcome to WebmasterWorld sania!
Have you tried giving your element a fixed height and overflow: auto?