matthewp / position--sticky-

Polyfill for position: sticky;
175 stars 40 forks source link

ie8 could not get the position property. invalid argument #21

Closed spenoir closed 10 years ago

spenoir commented 10 years ago

When trying to set the position style attribute in IE8 it throws an error as sticky is not a valid value for position in IE8. Using a try catch seems to be a better solution. check my pull request