Created
February 15, 2012 16:31
-
-
Save mchung/1837110 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.btn-custom { | |
background-color: hsl(357, 59%, 43%) !important; | |
- filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="hsl(357, 59%, 63%)", endColorStr="hsl(357, 59%, 43%)"); | |
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="#D8696F", endColorStr="#AE2D33"); | |
background-repeat: repeat-x; | |
} |
Hey no problem. Now, I have to reveal a secret. I don't use IE. I've been using http://browserling.com to test it along with a few other browsers I don't have access to.
Sadly, the site doesn't seem to be working at the moment. Once it's back up, I'll take a look and let you know.
Marc ... no need for you to check on it (especially if you're having to go through a proxy!), but I think we've finally got it working for IE. Thanks again for your help with this!
That's great to hear, Charlie. Thanks for all your hard work.
- Marc
…On Tue, Feb 28, 2012 at 8:37 PM, Charlie Park < ***@***.*** > wrote:
Marc ... no need for you to check on it (especially if you're having to go
through a proxy!), but I think we've finally got it working for IE. Thanks
again for your help with this!
---
Reply to this email directly or view it on GitHub:
https://gist.github.com/1837110
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sorry about the CSS differences. I'd been using a slightly earlier version of the script when I'd made the examples. The filter: should be removed now, and the gradient should now not show the "top" (as that's the default).
Do the buttons look "normal" on IE, though? That is, they might not show the gradient, but do they at least carry the button color and contrasting text color? (You might need to do a force-refresh to get the newest code to show up.)