ie8 display:none; solution

InsisyRaiva

New Member
I've been google my ass off about this responsive design hide/show with display:none;In a mobile-version I want a different menu and hiding the mainNav. It works in so many browsers but off cause not in ie8. Isnt there any solutions out there yet.This is the jsfiddle http://jsfiddle.net/lamberta/VT62w/\[code\].displayOneBlue {display: none; background-color:blue; width:100px; height:100px; }.displayTwoRed {display: inherit; background-color:red; width:100px; height:100px;}<div class="displayOneBlue">blue</div><div class="displayTwoRed">red</div>\[/code\]
 
Top