所以,這是該按鈕爲什麼我不能在IE8上看到這個圖像按鈕與這個CSS?
<input type="submit" name="logueo" value="log" id="sendbu"/>
的HTML代碼,這是css樣式
#sendbu { width: 50px; height: 34px; font-family: Verdana, Geneva, Tahoma, sans-serif; font-size: 12px; background: transparent url(lock.png) no-repeat center top; border: 0; text-indent: -1000em; cursor: pointer; cursor: hand; }
這一切適用於Chrome和Firefox,但在IE按鈕接縫不存在。謝謝您的幫助。
這不是你的問題的解決方案,但它似乎確實是你的代碼中的錯誤..「cursor:pointer; cursor:hand;」 – Blowsie 2010-11-30 00:29:40