I tried putting the IE conditional in a CSS file, but that didn’t appear to work. Is there a construct for CSS so you can tell it to use this background color if the browser is IE? I also couldn’t find anything on if then else conditionals, does it exist? Can someone provide an example.
Share
The IE conditional(s) go in the HTML, and should be used to include an additional CSS file that will overwrite CSS as needed for IE hacks.
Example: