2011年10月24日
摘要: <style><!--img{ border-color:blue; border-width:5px;}img.one{ border-left:dotted; border-right:groove; border-top:double; border-bottom:outset; }img.two{border-style:dashed;}img.three{border-style:double;}img.four{border-style:groove;}img.five{border-style:inset;}img.six{border-style:out... 阅读全文
posted @ 2011-10-24 11:31 转 阅读(597) 评论(0) 推荐(0) 编辑
摘要: 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; } /* 三种同时*/-->< 阅读全文
posted @ 2011-10-24 11:26 转 阅读(277) 评论(0) 推荐(0) 编辑
摘要: 主要的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{ 阅读全文
posted @ 2011-10-24 09:56 转 阅读(225) 评论(0) 推荐(0) 编辑