You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IE 9 compatibility mode (~IE 8?) is looking pretty fugly again. Probably not worth lots of time, but even plain IE 9 is not quite right. Gradients, e.g. Need to include -webkit-<property> -moz-<property> -ms-<property>
and <property> for full compatibility. This is currently inconsistent from one selector to another.
The text was updated successfully, but these errors were encountered:
IE 9 compatibility mode (~IE 8?) is looking pretty fugly again. Probably not worth lots of time, but even plain IE 9 is not quite right. Gradients, e.g. Need to include
-webkit-<property>
-moz-<property>
-ms-<property>
and
<property>
for full compatibility. This is currently inconsistent from one selector to another.The text was updated successfully, but these errors were encountered: