広い画面と狭い画面が問題になります。画像の位置を設定するにはどうすればよいですか。(サイトフッターメニューバー-修正済み)
手伝ってくれますか?ありがとうございました!
メニューバーコード:
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;
}