FirefoxとIEのブラウザ互換CSS編
CSSの「;」
行末に";"がある場合、firefoxではclass="htbl_td 2_1"という定義が読めず、";"クラスを読むことができます.
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_td 2_1"という定義が読めず、";"クラスを読むことができます.
CSSの中の“小さい手”
cursor:hand; --firefox
cursor:pointer; --firefox&IE