| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 737 人关注过本帖
标题:[求助]求助高手求助高手求助高手
只看楼主 加入收藏
shaner
Rank: 1
等 级:新手上路
帖 子:52
专家分:0
注 册:2004-11-4
收藏
 问题点数:0 回复次数:1 
[求助]求助高手求助高手求助高手

求助高手

这个是虚线表格的CSS,请问怎么设置表格线的颜色

.xx { border-top:rgb(0,0,0) 1px dotted; border-bottom:rgb(0,0,0) 1px dotted; border-left:rgb(0,0,0) 1px dotted; border-right:rgb(0,0,0) 1px dotted; }

还有,我在是用表单(form)的时候,当表单结束(</form>)时候,表单 和 表单下边的文字

会空出一行的距离,我想把这行去掉,请问这个怎么解决

2004-11-27 17:09
情圣
Rank: 1
等 级:新手上路
帖 子:63
专家分:0
注 册:2004-10-6
收藏
得分:0 

<table><form action=""> <tr> <td>  </td> </tr></form> </table> 这样就不会多一行了~ <title>无标题文档</title> <style type="text/css"> <!-- .td { border: 1px dotted #0033CC; } --> </style> </head> <body> <table width="500" height="84" border="0" cellpadding="0" cellspacing="0" class="td">  <tr>   <td> </td>  </tr> </table> </body> </html> 表格的CSS这样设置就行了啊~用得了这么麻烦?

border-right:rgb(0,0,0) 1px dotted; 加色不是用border-color,是: border-right:rgb(00,99,00) 1px dotted; 这样的格式

rgb(00,99,00)  RGB就是网页颜色的标志了括号里的是R,G,B的三色,即 红、绿、蓝 这三种色,每个是两位数,共是六位数,为十六进制,可用工具得到,或是去查色谱~除了RGB还有CMYK等等的颜色,但网页多用RGB,以后看到RGB在CSS里,就是带表颜色了~


在静中寻找一切最美的感觉... /images/upphoto/306.jpg" border="0" onload="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onmouseover="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.style.cursor='hand'; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onclick="if(!this.resized) {return true;} else {window.open('http://bbs.glite./images/upphoto/306.jpg');}" onmousewheel="return imgzoom(this);" alt="" />
2004-12-07 19:18
快速回复:[求助]求助高手求助高手求助高手
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.018373 second(s), 10 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved