Quote:
|
Originally Posted by 88sahara
|
yes it is S.E. friendly.
you can also create something like that using css alone, but it will break down in older browsers
example css for the div which you want to be scrollable.
Code:
width : 50px; height : 50px; overflow : auto;