NedStarkOfWinterfell
NedStarkOfWinterfell

Reputation: 5163

Building scrollable div without scrollbar

I am trying to build a dynamic scrollable menu without scrollbar. I followed the example at Stackoverflow, but still scrollbars are appearing. How can I get rid of the scrollbars? My code is at jsFiddle.

Upvotes: 0

Views: 20059

Answers (1)

Vinit
Vinit

Reputation: 1825

I think this what you are looking for........ http://jsfiddle.net/qcv5Q/1/

and I updated your's http://jsfiddle.net/nnDCt/2/ I just removed the width from list

Upvotes: 8

Related Questions