jlong / css-spinners

Simple CSS spinners and throbbers made with CSS and minimal HTML markup.
http://www.css-spinners.com
MIT License
924 stars 157 forks source link

What browser versions are supported? #14

Closed KelseyDH closed 9 years ago

KelseyDH commented 9 years ago

I couldn't find information in the documentation here or on the css-spinners website about what browser versions are supported. E.g. can Internet Explorer 8 handle them?

jlong commented 9 years ago

If you use the following markup:

<div class="loader-class-name">
    Loading...
</div>

The text "Loading..." will be displayed on browsers like IE 8, that don't support CSS animation.

KelseyDH commented 9 years ago

Thanks, I can confirm IE 9 also shows the "Loading..." text correctly instead of the CSS animation as well.