Habe mal eine Frage: Und zwar möchte ich NUR dem IE 10 ein spezielles CSS mitgeben:
Aber ab einem gewissen Break-Point, wo der IE 10 mir alles ziemlich „verschiesst“…
Ist das so:
[HTML]@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none), (max-width: 360px) {
…
}[/HTML]
oder so
[HTML]@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
@media all and (max-width: 360px) {
body {
max-width: 210px;
…
}
}
}[/HTML]
RICHTIG?`
Grüsse der misanthrop