我在Dreamwear下写的css拿到vs下面用一部css能调用上,
还有一部分调用不上??
调用不上的大多是css写的表格边框等!下面是aspx中的一部分:
<table width="100%" height="91"  border="0" cellpadding="0" cellspacing="0" class="table_hui"
                    <tr>
                      <td align="left" class="lineheight-20" style="height: 89px; line-height: 20px;">
                      · 乱世通路的新霸主<br/>
                      · 物流企业的门槛有多高 <br/>
                      · 盛鸿软件助业走上信息化之路<br/>
                      · 乱世通路的新霸主</td>
                        
                    </tr>
                  </table> 
这个表格调用了zx.css的样式
.table_hui{border-right: silver 1px solid; border-top: silver 1px solid; border-bottom: silver 1px solid;}
在vs设计模式下都能看见 样式 ,但运行后就没了,好多页面都是这种情况,谢谢大家帮我找找问题所在!