Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
谁能告诉我如何删除此 Nivo Slider 幻灯片右上角的数字“12345”:
http://www.sabatinossliceofnewyork.com/nivo.php
添加以下CSS规则:
.nivo-controlNav { display: none; }
初始化滑块时添加以下选项:
$('element').nivoSlider({ ... controlNav : false, ... });