首先#id是用于定位页面内的标签,通过target定义id的属性,当触发定位操作时,就触发定义target目标样式
2015-03-25
这个案例一点也不好,乱的要死什么都看不清楚,在线演示里面147行还有错别字,'webkit'打成了'webit',虽说没有妨碍到结果但也是很不严谨。反正我看半天是乱的不行- -
2015-03-25
<style>
div:not([id="footer"])
{
color:red;
}
</style>
div:not([id="footer"])
{
color:red;
}
</style>
2015-03-25