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.
我正在使用带有缩略图控制导航的 Flexslider 2,就像在示例中一样,但我希望缩略图位于主滑块上方,而不是下方。有没有办法做到这一点?
顺便说一句,我将完全接受 X 滑块作为答案非常简单。
我不认为这会是个问题。您只需要编辑一些 CSS 代码。我在浏览器中使用 firebug 进行了尝试:
.flex-control-thumbs { margin: -185px 0 0; } // height of the thumb-nav .flex-control-nav { position: absolute !important; }
我还没有下载滑块来测试这个,但我希望这会对你有所帮助。;)