Hi all I am using select tag.I do'nt want to use vertical scroll bar which is default given.I want to use my own horizontal and vertical scroll bars in select tag.How to ignore that default vertical scroll bars. Please help me. Thanks Maruti
I think you should look for something else instead of trying to style to <select>. Also <select> tag won't have a horizontal scroll bar at all! Think of using a div with overflow to manage your scrollbars.