Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Conditional comments explanations Re: Conditional comments explanations

#139625
Kuzyo
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?