css样式引用的一个小问题

我在dw这样写的<head><metahttp-equiv="Content-Type"content="text/html;charset=gb2312"/><titl... 我在dw这样写的
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
<style type="text/css">
<!--
xuxian {
border-top-style: none;
border-right-style: none;
border-bottom-style: dashed;
border-left-style: none;
border-bottom-color: #000000;
}
-->
</style>
</head>
下面我在一个表格引用xunxian的样式

<table class="xuxian" border="0" width="180" height="564" cellpadding="0" cellspacing="0">
<tr>
<td width="180" height="45" valign="top"><p align="left"> </p>
<p align="left">+数码MP3</p></td>
</tr>
<tr>
<td valign="top" height="45" width="180"><p align="left"> </p>
<p align="left">+数码MP4</p></td>
</tr>
<tr>
<td width="180" height="45" valign="top"><p align="left"> </p>
<p align="left">+数码相机(DC)</p></td>
</tr>
<tr>
<td width="180" height="45" valign="top"><p align="left"> </p>
<p align="left">+数码摄像机(DV)</p></td>
</tr>
<tr>
<td width="180" height="45" valign="top"><p align="left"> </p>
<p align="left">+掌上电脑(FAD)</p></td>
</tr>
<tr>
<td width="180" height="45" valign="top"><p align="left"> </p>
<p align="left">+数码录音笔</p></td>
</tr>
<tr>
<td width="180" height="45" valign="top"><p align="left"> </p>
<p align="left">+数码相机镜头</p></td>
</tr>
<tr>
<td width="180" height="45" valign="top"><p align="left"> </p>
<p align="left">+数码复读机</p></td>
</tr>
</table>
<!--结束-->
用dw预览没有效果,在dw的按钮 样式列表也没有看到我写的这个样式,请高手留下QQ
展开
 我来答
wokaofanl
2009-03-04 · TA获得超过144个赞
知道答主
回答量:220
采纳率:0%
帮助的人:81.1万
展开全部
目前有两个错误,一个是楼上两位说的 . 问题
不过我认为这可能是你复制时候没复制上来

另一个就是你在css设置下边框的颜色和样式,
而有在table里设置了border="0",这样就冲突了,根据优先原则,就出现问题了
建议在css中加如
border-bottom-size: 1px;
并且删掉border="0"
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
工具猫toolmao
2009-03-01 · TA获得超过162个赞
知道小有建树答主
回答量:64
采纳率:0%
帮助的人:54.2万
展开全部
xuxian {
border-top-style: none;
border-right-style: none;
border-bottom-style: dashed;
border-left-style: none;
border-bottom-color: #000000;
}

这里的代码引用错了。应该是

.xuxian {
border-top-style: none;
border-right-style: none;
border-bottom-style: dashed;
border-left-style: none;
border-bottom-color: #000000;
}

==========================
xunxian前面要加个点。
这是css里面的规定:class="xunxian" 想调用要这样:.xunxian !
如果是 id="xunxian" 想调用要这样: #xunxian !

id跟class的区别是 id是唯一的,一个网页文档里面只能有一个同样的id名字,但class可以有很多个。

参考资料: http://tieba.baidu.com/f?kw=javascript

已赞过 已踩过<
你对这个回答的评价是?
评论 收起
xiaozhenyu2005
2009-03-03 · TA获得超过256个赞
知道小有建树答主
回答量:169
采纳率:0%
帮助的人:131万
展开全部
xuxian {
border-top-style: none;
border-right-style: none;
border-bottom-style: dashed;
border-left-style: none;
border-bottom-color: #000000;
}
错了,前面应中点,代码还可以简化,如下
.xuxian {
border-style: none;
border-bottom:1px dashed #000000;
}
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(1)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式