我宁愿避免使用javascript插件。希望找到一个CSS或供应商特定的解决方案。
Webkit解决方案
#photoreel::-webkit-scrollbar { height: 0; width: 0; } #photoreel { overflow-x: scroll; overflow-y: hidden; }
参见http://jsfiddle.net/qqPcb/为例。
BTW:a nice little jQuery plugin called jScrollPane使用相同的技术