JamyGolden / PlusSlider

A very agnostic jQuery content slider/fader
http://css-plus.com/examples/plugins/PlusSlider/
MIT License
30 stars 12 forks source link

Minimal style example #1

Closed jordanlev closed 13 years ago

jordanlev commented 13 years ago

Hi, thanks for the great slider. I didn't change any functionality whatsoever, just added a new example with styles stripped away and added some instructions to the README file. I haven't tested this on IE, so it's somewhat conceivable I removed a style that was essential to make IE work (I will test it out in IE eventually, just haven't had time yet).

JamyGolden commented 13 years ago

Hi Jordan, I like the the idea of a stripped stylesheet, it would make styling it a much quicker and more pleasant job. I've checked it in IE 6-8. The slider in IE6 works, but the fading just changes, no fading involved. IE7-8 work properly, but the image anchor links have borders making the slides fall slightly outside of the view port.

Something like: a.child img{border: none;}

Should solve it.