walkerab / ghetto-box-site

0 stars 0 forks source link

IE pointer-events fallback #8

Open walkerab opened 9 years ago

walkerab commented 9 years ago

IE 8,9,10 do not support pointer-events property. http://caniuse.com/#feat=pointer-events

We use pointer-events to allow the use of the semi-transparent textured image over the entire site.

We should at least be supporting IE9.

I've found a polyfill here.