Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS IE10 CSS Animation Issue Re: IE10 CSS Animation Issue

#114488
chrisburton
Participant

@richardlazear Not sure if this will do anything but try it.

@media only screen and (min-width: 960px) {
@-ms-viewport { width: 960px; }
/* CSS Here */
}