1
我用我的網站上重力的形式和我添加背景圖片爲我的下拉列表中,但我只是實現了IE8不能顯示我的背景,背景圖像選擇
這裏是圖像
正確的應該是這樣的:
這裏是代碼:
.page-id-318 #input_5_1{
-webkit-appearance: none;
-moz-appearance: none;
color: #828988;
padding: 8px 8px 8px 8px;
font-size: 12px;
text-align: left;
border-radius: 0 !important;
background: url(images/down.png) no-repeat right white !important;
background-position:100% 50%;
border: 1px solid #e8e1d7;
height: 32px;
overflow: hidden;
width: 100% !important;
}
事情是,背景圖像應該在所有其他項目之上。 想法?
所以它不是背景。 – nicael
@GCyrillus你問我還是IE?大聲笑 – Amir
這看起來似乎並不相關 - 但你是否記得在頁面頂部加入<!DOCTYPE html>? – yuvi