zoltan-dulac / cssSandpaper

a CSS3 Polyfill that implements CSS3 transforms, box-shadow, gradients, opacity and RGBA/HSL/HSLA colours in browser that don't support them.
http://www.useragentman.com/blog/csssandpaper-a-css3-javascript-library/
208 stars 47 forks source link

links in rotated div not clickable in IE8 #14

Open teapotandcake opened 11 years ago

teapotandcake commented 11 years ago

The title says it all.

Here's an example: http://www.yun0.net/rotatest/rotateTest.html

The links are clickable in IE7 and IE9, but IE8 seems to have a mind of its own.

I tested it in IE9's developer tools IE8 browser mode/document mode. I don't know how it would behave in real IE8... but if it's like this then that's a deal breaker for me. :(

Anyone else get this problem? Is there a workaround? Is it a bug?