<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
<style type="text/css">
#c{color:#09F;font-size:24px;font-family:"楷书";text-shadow: #D3D3D3 2px 10px 5px }<!--字体颜色、大小和字体阴影-->
**c2{border-style:double;}**<!--细边框-->细边框在这里
a:link{color:#06F}
a:hover{color:#C00}
#b{text-decoration:none}
</style>
</head>
<center>
<from>
<table>
<tr>
<td align="center" id="c" height="45"><strong>会员登录</strong></td>
</tr>
** <tr>
<td colspan="2">会员名:
<input type="text" id="c2" name="vip" size="15" >//就是这里,那个细边框出不来
</td>
</tr>**
**<tr>
<td colspan="2" >密 码:
<input type="password" name="password" size="15" id="c2" >
</td>
</tr>
<tr>**//就是这里,那个细边框出不来
<td colspan="2">
<input type="submit" value=" 登 录 ">
<input type="reset" value=" 取 消 ">
</td>
</tr>
<tr>
<td colspan="2" align="left">
<a href="#" id="b"> 还没注册 </a>
<a href="#">注册帮助</a>
</td>
</tr>
</table>
</from>
</center>
</html>
,麻烦大家看一下怎么回事
谢谢了
id怎么都一样????
c2{border-style:double;}
==>
#c2{border-style:double;}
注意选择器的书写