Closed macronomicus closed 12 years ago
Interesting. I hadn't tried adding both a gradient and a graphic background image on a select before.
I'm going to mark this issue as "closed", simply because it's not a bug with the Formalize code itself, but that's a cool trick (to get both to work).
yeah I was glad it worked I couldn't bare having no little icon arrow in there, the gradients look nice with formalize, still had to add image fallbacks for the MS IE feebleware though, even ie9 often fails gradients on many things...
Yeah, that's ultimately why I went with plain white. IE and Opera don't seem to like background images on <select>
for whatever reason.
I noticed that the little icon arrow wasn't showing in webkit and had to alter my formalize.css adding the !Important declarations to bring in the arrow image, then I added the background gradient tags including the image bit at the end after a comma to be sure the gradient and the image load/show together.
This worked for me, perhaps I fucked around with formalize.css too much lol I dunno... Cheers for the awesome code, im loving the flexibility using this in my Drupal themes.