背景
背景色 p {background-color: gray;}
背景图像 body {background-image: url(/i/eg_bg_04.gif);}
背景图像 body { background-image: url(/i/eg_bg_03.gif);background-repeat: repeat-y;}
背景定位 body { background-image:url('/i/eg_bg_03.gif'); background-repeat:no-repeat;background-position:center;}
固定图像(防止滚动) body { background-image:url(/i/eg_bg_02.gif); background-repeat:no-repeat;background-attachment:fixed}
列表
list-style-type设置列表项标记的类型。
list-style-position设置在何处放置列表项标记。
list-style-image使用图像来替换列表项的标记。
inherit规定应该从父元素继承 list-style 属性的值。
ul {list-style:square inside url('/i/arrow.gif');}
链接
链接的四种状态:
a:link - 普通的、未被访问的链接
a:visited - 用户已访问的链接
a:hover - 鼠标指针位于链接的上方
a:active - 链接被点击的时刻