Make Better Select Boxes with Chosen
61–70 of 89 posts
Re: Make Better Select Boxes with Chosen
#62Anybody know of a decent library for numeric up/down spinners?Some browsers do them automatically, but not all.
Re: Make Better Select Boxes with Chosen
#63Re: Make Better Select Boxes with Chosen
#64Earlier quoted context omitted.
FYI, I had to go finding this the other day - it's tricky as mousing out removes the class. Anyway, it's: .chzn-container .chzn-results .highlighted
Leaving this here in case it helps someone: In Firebug, you can ask the :hover state to stay active. 1. HTML tab 2. Click on the element 3. Style menu on the right panel 4. choose :hover It tricks the browser into thinking the mouse is really over the element (i.e., it doesn't just add :hover), so if you have a hover class added via JS that should work too. (Apparently this feature has been there for a long time, but…
Re: Make Better Select Boxes with Chosen
#65Re: Make Better Select Boxes with Chosen
#66Re: Make Better Select Boxes with Chosen
#67Anybody know of a decent library for numeric up/down spinners?Some browsers do them automatically, but not all.
I'm curious what you mean by "numeric up/down spinners"...can you clarify?
Re: Make Better Select Boxes with Chosen
#68Earlier quoted context omitted.
FYI, I had to go finding this the other day - it's tricky as mousing out removes the class. Anyway, it's: .chzn-container .chzn-results .highlighted
Leaving this here in case it helps someone: In Firebug, you can ask the :hover state to stay active. 1. HTML tab 2. Click on the element 3. Style menu on the right panel 4. choose :hover It tricks the browser into thinking the mouse is really over the element (i.e., it doesn't just add :hover), so if you have a hover class added via JS that should work too. (Apparently this feature has been there for a long time, but…
Re: Make Better Select Boxes with Chosen
#69These are sexy. If you are looking for ideas, it would be really cool to see an improved scrolling of some kind. Still feels 1.0 with the ugly blue scrollbar. Something like this but with softer colors: http://i.imgur.com/ixqa6.jpg
Re: Make Better Select Boxes with Chosen
#70Chosen helped us overcome a fairly major multi-browser issue where embedded fonts weren't being used inside elements (oddly it seemed to work in IE6 but not IE7). Since Chosen transmutes the s into style-able divs, this allowed us to use our @font-face fonts with very few issues. We ended up using it across the site for consistency (with a few exceptions) and all in all I think it provided a usability improvement for most of our users.