1
私はこれを使用します。IE 8でプッシュフッタートリックを使用するにはどうすればよいですか?
body {font-size:12px; font-family:"trebuchet MS", verdana, arial, sans-serif; background: #CCCCCC; word-wrap:break-word; height: 100%; margin: 0; padding: 0;
}
#wrapper {
text-align: left;
height:auto;
height: 100%;
margin: 0 auto -200px; /* the bottom margin is the negative value of the footer's height */
padding: 0px;
border:0;
width: 1000px;
background: #FFFFFF;
.footer, .push {
height: 200px; /* .push must be the same height as .footer */
position:absolute;
}
それが見つからないか、間違っているもの8でのFirefox/Safariの/オペラとIE 6では正常に動作し、7ではなくかのように見えますか?
あなたはHTMLを提供して、人々がそれを試すことができますか? –
ありがとう!私はそれが働いたと思う。 –