<STYLE type="text/css">
.banner{
background-image:url(IMG/首页_r1_c1.jpg);
height:145px;
background-repeat:no-repeat;
}
table{
margin-left:0px;
border-width:15px;
border-color:red;
}
</STYLE>
</HEAD>
<BODY align="center">
<DIV class="banner"></DIV>
<DIV>
<table>
<tr>
<td background="IMG/首页_r2_c1.jpg" height="532" width="223" ></td>
<td background="IMG/首页_r2_c2.jpg" height="532" width="777"></td>
</tr>
</table>
这是代码 现在给表格设置的任何属性都么有反应
知道的人帮帮我吧
我还有好多细节上的问题 比如居中的
谁会的话加我253656445
我谢谢先了
你想要什么样的效果?
<style>
body{width:1000px; margin:0 auto;}
.banner{
background-image:url(IMG/首页_r1_c1.jpg);
height:145px;
background-repeat:no-repeat;
}
.tabs{
margin:a auto;
border-left:1px solid #c00;
border-bottom:1px solid #c00;
}
.tabs td{border-right:1px solid #c00;
border-top:1px solid #c00;}
</style>
</HEAD>
<BODY>
<DIV class="banner"></DIV>
<DIV>
<table class="tabs">
<tr>
<td background="IMG/首页_r2_c1.jpg" height="532" width="223" ></td>
<td background="IMG/首页_r2_c2.jpg" height="532" width="777"></td>
</tr>
</table>
你要设置什么属性啊 ?
把你的Css样式表里table改成这样的
————这个是你的————
table{
margin-left:0px;
border-width:15px;
border-color:red;
}
———没有设置表的border为1px DW就默认为0px 也就是说table没有任何反应———
table{
margin-left:0px;
border:#FF0000 1px solid;
}