Javascript im head-Bereich:
var doc = document.documentElement;
doc.setAttribute('data-useragent', navigator.userAgent);
IE 10 ansprechen (css):
html[data-useragent*='MSIE 10.0'] h1 {
color: #afafaf;
}
Javascript im head-Bereich:
var doc = document.documentElement;
doc.setAttribute('data-useragent', navigator.userAgent);
IE 10 ansprechen (css):
html[data-useragent*='MSIE 10.0'] h1 {
color: #afafaf;
}
Letzte Kommentare