Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/css/40.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
CSS表格边框未显示在IE 10或FF 22中_Css_Html Table - Fatal编程技术网

CSS表格边框未显示在IE 10或FF 22中

CSS表格边框未显示在IE 10或FF 22中,css,html-table,Css,Html Table,我正在尝试使用CSS和Dream Weaver编辑表格边框,但这些边框在IE 10或FF22中没有显示。我做错了什么 这是我的密码: <html> <head> <meta charset="utf-8"> <title>Untitled Document</title> <style type="text/css"> table { padding:15px; border-color:red; } .cell { bor

我正在尝试使用CSS和Dream Weaver编辑表格边框,但这些边框在IE 10或FF22中没有显示。我做错了什么

这是我的密码:

<html>
<head>
<meta charset="utf-8">
<title>Untitled Document</title>
<style type="text/css">
table {
padding:15px;
border-color:red;
}
.cell {
border-bottom-color:#585858;
border-bottom-width:medium;
border-right-color:#787878;
border-right-width:thick;
border-top-color:#000;
border-top-width:thin;
border-left-color:#000;
border-left-width:thin;
background-color:#BFFFFF;
alignment-adjust:central;
}
</style>

</head>

<body>
<table>
<tr>
<td class="cell"><center>This is my test table</center></td>
<td><center>blah blah blah</center></td>
<td class="cell"><center>ya ya ya ya ya</center></td>
</tr>
</table>
</body>
</html>

无标题文件
桌子{
填充:15px;
边框颜色:红色;
}
.细胞{
边框底色:#5858;
边框底宽:中等;
右边框颜色:#787878;
边框右宽度:粗;
边框顶部颜色:#000;
边框顶宽:薄;
左边框颜色:#000;
边框左宽:薄;
背景色:#bffff;
校准调整:中央;
}
这是我的测试表
废话废话
雅雅雅雅雅雅雅雅雅雅雅雅雅雅雅雅雅雅雅雅雅雅雅雅雅雅雅雅雅雅雅雅雅雅雅雅雅雅雅雅雅雅雅雅雅雅雅雅雅雅雅雅雅雅雅雅

尝试使用“边框样式”和“边框宽度”来交叉检查是否正确。将边框样式添加到CSS中,可以立即看到边框。谢谢!:-)很高兴它帮助了你!!