January 2011
1 post
jQuery curvycorners
I started using http://www.curvycorners.net/ on a project of mine, but @oliverGristDev mentioned on Twitter the div problem with this solution, and suggested CSS3. But as we all now lte ie 8 dosen’t support that. To please all this became the solution:     <!--[if lte IE 8]>         <script src="/scripts/curvycorners.src.js" type="text/javascript"></script>        ...
Jan 14th