Skip to content

missing tranform css for IE9 #2

Description

@Bazzz

Just wanted to let you know that I really like your emoticon plugin. What a brilliant idea to make a css/js-only approach to emoticons!
Anyway. I noticed the following "bug":
In IE9 the rotation doesn't work because the CSS is missing a transform with the -ms- prefix.
I added the following line to your CSS to make it work also in IE9:

span.css-emoticon {
-ms-transform: rotate(90deg);
}

I hope you could possibly add this to your code for future users.

Kind regards
Bas

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions