CSS控制列表與導航的製做

<style type="text/css"> /*body默認是有邊距的*/ body{ margin:0;} /*ul默認是有邊距的因此先將邊距去掉IE78只要加上margin就能夠了 但IE6不行 因此要加上padding 能夠實現全部瀏覽器的兼容*/ ul{list-style:none; margin:0; padding:0;} </style> <b
相關文章
相關標籤/搜索