CSS中的";"
.htbl_td2_1{border-top: 1px solid #FC0000;border-bottom: 1px solid #FC0000;width:145px;};
.htbl_td3_1{border-top: 1px solid #FC0000;border-bottom: 1px solid #FC0000;width:102px;};
如果行尾存在";",在firefox下读不到class="htbl_td2_1"这个定义,去掉";"才能读到class.
CSS中的“小手”
cursor:hand; --firefox不兼容
cursor:pointer; --firefox&IE都兼容 |