I am wrapping a ASP.NET Datalist within <div> tags. In case of overflow I am getting scrollbars. I want to hide vertical scroll bar and retain horizontal one. So, I tried overflow-y:hidden but i am getting "Invalid Css property" message. I thought there must some other work around for this issue. Any suggestion.
Regards,