Monday, 5 January 2015

Disable all page selection

img, body, html, div, span, p, * {
                -webkit-user-select: none !important;  /* Chrome all / Safari all */
                    -moz-user-select: none !important;     /* Firefox all */
                    -ms-user-select: none !important;      /* IE 10+ */
                /* No support for these yet, use at own risk */
                -o-user-select: none !important;
                        user-select: none !important;

                }

No comments:

Post a Comment