0
寬屏幕和窄屏幕是一個問題..我怎樣才能設置圖片的位置? (網站頁腳菜單欄 - 固定)'新'位置的圖片? (CSS)
Click on the image to see detail
你能幫忙嗎?謝謝!
菜單欄代碼:
div.footer{ /* main*/
background: none repeat scroll 0 0 #000000;
border-top: 1px solid #222;
bottom: 0;
left: 12%;
line-height: 30px;
position: fixed;
text-align: center;
text-decoration: none;
width: 963px;
z-index: 999;
margin: 0 auto;
}
div.footer a {
color: #999;
}
div.footer a:hover {
color: #FFFFFF;
text-decoration: none;
}
你是什麼確切的問題的權利大?調用頁腳「標題」也有點令人困惑。請添加一個帶有預期輸出和實際輸出的圖片的鏈接。 –
@DirkMc快速,謝謝您的關注! –