0
我有我的css
在IE7
和IE8
的CSS問題上的Internet Explorer 7的XHTML代碼和8
問題我米使用下面的代碼爲我的輸入框,但背景圖像無法顯示 上Internet Explorer 7和8.圖像顯示在所有其他瀏覽器上。屬性的
.search input[type="submit"] {
background: url(../images/search_button.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
border: 0 none;
float: right;
height: 31px;
margin-left: 10px;
margin-top: 6px;
width: 40px;
}