摘要:
1.CSS子元素选择器:与后代选择器相比,子元素选择器只能选择作为某元素的子元素的元素。例如:h1 > strong {color:red;}<h1>This is <strong>very</strong> important.</h1> //<strong>里面的very会变红色,因为<strong>是<h1>的直接子元素<h1>This is <em>really <strong>very</strong></em> important.& 阅读全文
posted @ 2013-01-23 10:21
马小跳
阅读(175)
评论(0)
推荐(0)
浙公网安备 33010602011771号