View: CSS Conditional Comments CC

  1. 3 months ago by sx
    1. < !--[if IE 6]> = explizit Version IE 6    /  (explizit)
    2. < !--[if !IE 6]> = not -Operator   /  (to negate)
    3. < !--[if lt IE 6]> = kleiner als   /  (Less Than)
    4. < !--[if lte IE 6]> = kleiner oder   /  (less or equal)
    5. < !--[if gt IE 6]> = groesser als   /  (greater than)
    6. < !--[if gte IE 6]> = groesser oder gleich   / (greater or equal)

0 comment about "CSS Conditional Comments CC"