HI
Can i change the styling for the PREV NEXT buttons in the slideshow plugin, so that it doesn't take on the same style as default links??
Thanks
HI
Can i change the styling for the PREV NEXT buttons in the slideshow plugin, so that it doesn't take on the same style as default links??
Thanks
Hmm! I think so. Their ids seem to be "prev" and "next", you could try #prev a {… and #next a {… but let vaska confirm this.
cheers
I shall say this only twice ;) it's the blue barless safari 4
Hi, I have installed the Linkskursiv and Muller exhibit, and everything is just the way I wanted, except that the NEXT/PreV words have disappeared, and only have two little arrows left.WHat do I have to change to get those words back?PHP?
this is my web
http://www.lacanica.es/index.php?/info/julie/
thanks.
i fixed it allready..thanks anyway.
i am also trying to customize Prev/next buttons (people don't see them -> don't click.
i'm sorry, i didn't answer cruz's answer (i'm very new to all this)
Thanks for any help,
muriel-brisac.fr
Hmmm, I would also like to know how this is done.
Ednacional done it in his template…You must like round corners (moz-border-radius) to use it like that, but it's a good starting point./* SLIDE SHOW - Navigation */ p.nav a { background-color: #eeeeee; padding-top: 3px; padding-right: 9px; padding-bottom: 3px; padding-left: 9px; font-size: 11px; font-family: Georgia, serif; -moz-border-radius-bottomleft:3px; -moz-border-radius-bottomright:3px; -moz-border-radius-topleft:3px; -moz-border-radius-topright:3px;} p.nav a:hover { background-color: #cccccc;} p.nav span#num { letter-spacing: 2px; font-family: Georgia, serif; font-style: italic; padding-left: 20px;}Hope this helps…
You just have to inset it at the end of your style.css
thank's
i use this in http://www.salvatoresantoro.net
thanks for the code lemathieu, I couldnt figure it out.
You need to be logged in to post.