tags:

views:

19

answers:

2

A friend is wanting me to help her convert her flash based website to html. She has an embedded textbox with a scrollbar that is using a flower instead of a normal scrollbar.

Avoiding the obvious question of why a user would want a non-standard element to do this task, is it possible to do this without flash?

A: 

If you mean TEXTAREA html form element, you can use this script http://studio.radube.com/html-textarea-custom-scrollbar . You can customize it with pure css and your own images.

randall