WordPress plugin – slider / rotating banner – Meteor Slides

Works well, no Adobe air, easy to customize:
http://jleuze.com/plugins/meteor-slides/customizing-the-stylesheet/

problem I had with firefox – hovering over the slider made it jump. Commented the following line in the meteor’s css file :

.meteor-slides.navhover ul.meteor-nav {
/* display: inline; */
}

Changed the height of the next prev arrow with the following change:

.meteor-nav .prev a {
left: 0px;
bottom: 17px;
}
.meteor-nav .next a {
right: 0px;
bottom: 17px;
}

Changed the next prev graphics simply by replacing the arrow files with my own.

Leave a Reply

Your email address will not be published. Required fields are marked *