Basic Css Features Not Working In Ie8 October 07, 2024 Post a Comment I am completely at a loss here. I'm developing a website that needs to support a large group of users who are using IE8. Everything works in IE9 and above, as well as Chrome, FireSolution 1: IE8 doesn't support rem as a unit. Use em or px instead. http://caniuse.com/remAlternatively you could do something like:#loginName{ height:1.6em; // Or another valueheight:1.6rem; } Copyto provide a IE8 fallback. Share Post a Comment for "Basic Css Features Not Working In Ie8"
Post a Comment for "Basic Css Features Not Working In Ie8"