I have a website which has this code in html
Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; Trident/6.0)
and i have the following css
html[data-useragent*='MSIE 10.0'] #flexslider {
margin-top: 0;
position: relative;
top: -244px;
}
so the thing is, the above ID works fine in IE10 and doesn't work on IE 11. What code should i put on my website to support IE 11 as well?