Hi,
I wish to change the hover action specifically for the Next and Previous button from the Slideshow 1.2 beta.
Any1 know how?
Hi,
I wish to change the hover action specifically for the Next and Previous button from the Slideshow 1.2 beta.
Any1 know how?
bjornstensson.se/index.php/graphic-design/
Here you can see how they act up on me, dont like it at all :)
But its only for those to links, for the rest I still want the transform function.
You must add the following to your styles.css file:
#slideshow-nav #Previous a:hover {
text-transform: none;
}
#slideshow-nav #Next a:hover {
text-transform: none;
}
bipster your the man, worked awesome.
This thread has been closed, thank you.