
CSS
祥洋
生活很好,可以更好。
展开
-
TD为空列时Table仍实线显示
table#listWhole { border-collapse: collapse; border-bottom: 1px inset block;}.list_title_col { font-size: 10pt; color: background; text-align: left;}.list_detailsCol_left { font-size: 10pt; color: b转载 2009-02-05 23:31:00 · 2119 阅读 · 0 评论 -
css.css
/* ------------------------------------------------- 要素 ------------------------------------------------- *//* ********************* ボディー部分 ********************* */body { background-color: whitesmoke;原创 2009-02-05 15:54:00 · 529 阅读 · 0 评论 -
没有上边框的Table
table#listWhole { border-collapse: collapse; border-bottom: 1px inset block;} id="listWhole" bordercolor="#C0C0C0"> 张三 28 大连 22转载 2009-02-05 23:37:00 · 636 阅读 · 0 评论 -
CSS隔行换色
CSS#list_details tr { background-color: expression(this.sectionRowIndex==0?"navy":((this.sectionRowIndex % 2 == 0)?"azure":"lavender")); height: expression(this.sectionRowIndex==0?"30px":"20px"); colo转载 2009-02-12 21:52:00 · 1032 阅读 · 0 评论 -
用CSS实现图片拉伸
style="filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=Black01.jpg, sizingMethod=scale)" >转载 2009-02-21 22:08:00 · 3254 阅读 · 0 评论 -
CSS渐变
filter : progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr=black, EndColorStr=white);转载 2009-02-22 21:04:00 · 483 阅读 · 0 评论 -
菜单实例
Menu<!--/* common styling *//* set up the overall width of the menu div, the font and the margins */.menu { font-family: arial, sans-serif; width: 750px; margin: 0; margin: 50p转载 2009-12-15 12:31:00 · 514 阅读 · 0 评论 -
表单提示
Form Prompt <!-- /* All form elements are within the definition list for this example */ dl { font: normal 12px/15px Arial; position: relative; width: 350px; } dt {转载 2009-12-15 10:29:00 · 726 阅读 · 0 评论