所以我有一個名爲DotsAndDashes的自定義Nivo Slider主題,並且我遇到了一些問題,我正在努力通過主題的CSS表格進行解析。Nivo Slider導航風格問題
第一,如上所述,涉及導航箭頭,使nextNav今天上午面臨錯誤的方式。我已經與CSS個補鍋匠,現在是這樣:
.theme-DotsAndDashes .nivo-directionNav a {
display:block;
width:30px;
height:30px;
background:url(wp-content/uploads/nivo-themes/DotsAndDashes/arrows.png) no-repeat;
text-indent:-9999px;
border:0;
opacity: 0;
-webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
.theme-DotsAndDashes:hover .nivo-directionNav a { opacity: 1; }
.theme-DotsAndDashes a.nivo-nextNav {
background-position:-30px 0;
right:15px;
.theme-DotsAndDashes a.nivo-prevNav {
left:15px;
暫時,我現在已經沒有任何箭並不能真正明白爲什麼,可能是......
另一個問題涉及縮略圖的縮放。目前,他們的中心,但我理想的需要他們的大小根據給定畫廊的拇指數量按比例改變...
在此先感謝!
提供您的html源代碼 – falguni
抱歉,我該怎麼做,完全......? –
http://www.vfxdude.com/testblog/shortcodes/sliders-galleries/nivoslider/ – falguni