I am looking fo a way to show different thumbnail when hover / active slide.
Can I establish this?

Comments

amirtaiar’s picture

In the ddblock-cycle-upright60p.css file there are this lines:
div.ddblock-cycle-upright60p div.scrollable-pager div.items div.active {
}
...
div.ddblock-cycle-upright60p div.scrollable-pager div.items div a:hover{border:1px solid #666;
color:#f00;opacity:1;}

And I have tried to change background on an item, like:
div.ddblock-cycle-upright60p .scrollable-pager-item-3 a:hover {background:url(../images/pic.jpg') ....;}
I have tried it in different ways... No luck yet

NickDickinsonWilde’s picture

Issue summary: View changes
Status: Active » Closed (cannot reproduce)

Those aren't Views Slideshow styles - the relevant styles would be something like:

.views-slideshow-pager-fields .active img {
  border: 3px solid #000;
}

assuming you were using the cycle module.