摘要:
DIV+CSS各种下划线的添加样式表部分代码<style><!--p.one{ text-decoration:underline overline; } /* 下划线+顶划线*/p.two{ text-decoration:underline line-through; } /* 下划线+删除线*/p.three{ text-decoration:overline line-through; } /* 顶划线+删除线*/p.four{ text-decoration:underline overline line-through; } /* 三种同时*/-->< 阅读全文
摘要:
主要的css页面代码body{margin:10px;}#content{border-left:1px solid #11a3ff;border-right:1px solid #11a3ff;border-bottom:1px solid #11a3ff;padding:5px;font-size:12px;}ul#tabnav{list-style-type:none;margin:0;padding-left:0;padding-bottom:23px;border-bottom:1px solid #11a3ff;font:bold 12px arial;}ul#tabnav li{ 阅读全文