Show Div Only in Internet Explorer (All Versions)

Pixel5

New Member
With Internet Explorer dropping the usage of conditional statements, it makes me puzzled on how one would apply elements or styles separately and only to IE. This no longer works with IE10:\[code\]<!--[if IE]><![endif]-->\[/code\]So here is a jsfiddle of a blue and red box: http://jsfiddle.net/74yK9/1/How would I make the blue box only appear in Internet Explorer (all versions)?
 
Back
Top