freqdec / fd-slider

An Unobtrusive Accessible Slider script that can also be used as an HTML5 Input Range polyfill solution
Other
264 stars 55 forks source link

extra styles #3

Closed paulirish closed 13 years ago

paulirish commented 13 years ago

I needed this

.fd-slider bar { width: auto; }

paulirish commented 13 years ago

also.. i typically needed to trigger the change event that i had bound to the original <input> .. doing that the Right way catches your own binds so its pretty nasty.

something to think about..

freqdec commented 13 years ago

Hi Paul, I'm working on the native event calls (amongst other updates) - should drop next week (just had a kid so time at keyboard limited!).

Thanks for the input...

paulirish commented 13 years ago

awesome! that's great news.. :D (on both accounts!)

btw i'm launching http://mothereffinghsl.com in a few hours which features your slider again :)

freqdec commented 13 years ago

Two months late with the fix. Not good at all!

width:auto added to default CSS file.