I have an asp.net-mvc3 website.
I created all the layout using css. The layout is exactly how I want it on firefox and Chrome, but on internet explorer it is in a big mess.
So now i am trying to fix it.
But the problem is that I want to fix it without messing it on firefox or chrome.
Do I have to restart from scratch and rebuild the layout? or is there a way to specify a certain layout for a specific browser.
Something like this:
If Internet Explorer then use this css sheet or style, else use what I allready have.
use these(put it on the head):
Target ALL VERSIONS of IE
Target everything EXCEPT IE
Target IE 7 ONLY
Target IE 6 ONLY
Target IE 5 ONLY
Target IE 5.5 ONLY
Target IE 6 and LOWER
Target IE 7 and LOWER
Target IE 8 and LOWER
Target IE 6 and HIGHER
Target IE 7 and HIGHER
Target IE 8 and HIGHER