views:

28

answers:

1

hi i want to create a scroll bar in my project . I have a table which have two row and two column. In first column of first row( width 25%) i want to put a scroll bar . I need the customizes scroll bar. not the overflow style method ..

Is any idea ?

A: 

Add div to that cell with overflow:scroll style rule

Alex Reitbort