CSS grammar not work under IE
Posted
by Eric
on Stack Overflow
See other posts from Stack Overflow
or by Eric
Published on 2010-03-08T16:16:11Z
Indexed on
2010/03/08
16:21 UTC
Read the original article
Hit count: 166
The CSS Grammer as following works well under firefox but doesn't work under IE browser,Why and how to let the css only be affect on the elemnts directly under the parent element?
CSS:
div{font:18px} .box>div>div{font:12px;} -------------------------- -->HTML:
level1 level2 level3 level3 level2 level3 level3© Stack Overflow or respective owner