1) Script Title: Combo Box Viewer
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamici...omboviewer.htm
3) Describe problem:
I was wondering if I can add a scroll bar or scrollable content to the combo box viewer?
Thanks in advance!!![]()
1) Script Title: Combo Box Viewer
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamici...omboviewer.htm
3) Describe problem:
I was wondering if I can add a scroll bar or scrollable content to the combo box viewer?
Thanks in advance!!![]()
Change:
To this:Code:<style type="text/css"> .dropcontent{ width: 300px; height: 140px; border: 1px solid black; background-color: #FFECC6; display:block; } </style>
Code:<style type="text/css"> .dropcontent{ width: 300px; height: 140px; border: 1px solid black; background-color: #FFECC6; display:block; overflow: auto; } </style>
Jeremy | jfein.net
tigress (04-13-2008)
You totally rock - thank you SO much!! And oh btw, it looks great!
Bookmarks