I have an asp.net-mvc3 website. I created the whole layout using css. The layout is exactly how I want it on Firefox and Chrome, but in Internet Explorer it is in a big mess.
So now I'm trying to fix it.
But the problem is that I want to fix this without messing it up on firefox or chrome.
Do I need to restart from scratch and rebuild the layout? or is there a way to specify a specific layout for a specific browser.
Something like that:
If Internet Explorer then uses this sheet or css style, use what I already have.
source
share