Home › Forums › CSS › Conditional comments explanations › Re: Conditional comments explanations
June 20, 2013 at 1:20 pm
#139625
Participant
if I want to use specific styles for IE 8 I write in my main css **.ie8 .box { … specific styles … }.** , but in HTML only **class = “box”** and IE8 add **class = “ie8″** to **”box”** automatically.
Is this right, or I something misunderstood?