摘要: 表单元素:<html><head><title>表单</title><style><!--form { border: 1px dotted #AAAAAA; padding: 3px 6px 3px 6px; margin:0px; font:14px Arial;}input { color: #00008B; background-color: #ADD8E6; border: 1px solid #00008B;}select { width: 80px; color: #00008B; background-color 阅读全文
posted @ 2012-05-10 21:36 KeenLeung 阅读(1399) 评论(0) 推荐(0) 编辑
摘要: 表格的颜色:<html><head><title>年度收入</title><style><!--body{ background-color:#ebf5ff; /* 页面背景色 */ margin:0px; padding:4px; text-align:center; /* 居中对齐(IE有效) */}.datalist{ color:#0046a6; /* 表格文字颜色 */ background-color:#d2e8ff; /* 表格背景色 */ font-family:Arial; ... 阅读全文
posted @ 2012-05-10 21:02 KeenLeung 阅读(2718) 评论(0) 推荐(1) 编辑
摘要: 设置背景颜色:<html><head><title>背景颜色</title><style><!--body{ background-color:#5b8a00; /* 设置页面背景颜色 */ margin:0px; padding:0px; color:#c4f762; /* 设置页面文字颜色 */}p{ font-size:15px; /* 正文文字大小 */ padding-left:10px; padding-top:8px; line-height:... 阅读全文
posted @ 2012-05-10 19:14 KeenLeung 阅读(1084) 评论(0) 推荐(0) 编辑