< Browse > Home / HowTo, Web Development / Blog article: CSS Hacks for IE8

| RSS

CSS Hacks for IE8

December 17th, 2009 | No Comments | Posted in HowTo, Web Development

Here it is, CSS Hacks for IE8, But, be little cautious while using them, sometimes, they may not work well with complex CSS syntaxes.

IE8 Standards-Mode Only:

.test { color /*\**/: blue\9 }

All IE versions, including IE8 Standards Mode:

.test { color: blue\9 }

Leave a Reply 1257 views, 1 so far today |
Tags: , ,
  • No Related Post

Leave a Reply