Search

6/29/2011

CSS Differences in Internet Explorer 6, 7 and 8

CSS Differences in Internet Explorer 6, 7 and 8

main features that ie7 can but ie6 cannot


body > p /* child selector */
.class1.class2.class3 /* chained classes */
a[href] /* attribute selector */
h1+p /* adjacent sibling selector */
h1~p /* general sibling selector */

沒有留言: