インラインスタイルとして適用すると機能します。
<div id="footer">@Copyright 2012</div>
#footer
{
background-color:Black;
color:Silver;
width:100%;
text-align:center;
position:absolute;
bottom:0;
}
インラインスタイルとして適用すると機能します。
<div id="footer">@Copyright 2012</div>
#footer
{
background-color:Black;
color:Silver;
width:100%;
text-align:center;
position:absolute;
bottom:0;
}