Navigation Menu

Skip to content

Commit

Permalink
Merge pull request #109 from timmywil/timmy_site_change
Browse files Browse the repository at this point in the history
Update reference link for gradient + border-radius in IE9
  • Loading branch information
Jonathan Neal committed Sep 13, 2012
2 parents cdaf4cc + 8c7c2b4 commit 8447520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -317,7 +317,7 @@ <h1>
also css3please is an open source project!. <a href="https://github.com/paulirish/css3please">report bugs or contribute!</a>

Notes:
+ IE&lt;10 browsers do not support gradients. Possible solutions are <a href="http://abouthalf.com/2010/10/25/internet-explorer-9-gradients-with-rounded-corners/">using SVG</a> or <a href="http://www.timmywillison.com/2011/Gradients-plus-border-radius-in-IE9.html">adding a wrapper</a>.
+ IE&lt;10 browsers do not support gradients. Possible solutions are <a href="http://abouthalf.com/2010/10/25/internet-explorer-9-gradients-with-rounded-corners/">using SVG</a> or <a href="http://timmywillison.com/post/31419874608/gradients-plus-border-radius-in-ie9">using a filter with a wrapper div</a>.
+ The rotation transform ends up with a different transform-origin in IE. Look at heygrady's <a href="http://github.com/heygrady/transform">transform</a>
library and his <a href="http://wiki.github.com/heygrady/transform/correcting-transform-origin-and-translate-in-ie">excellent guide</a> for the best results.
+ If you’re doing transitions, Matthew Lein’s <a href="http://matthewlein.com/ceaser/">Ceaser</a> generates code with lots of presets, including the Penner equations.
Expand Down

0 comments on commit 8447520

Please sign in to comment.