Firefox , safari and chrome works fine but not IE ... Here is my HTML
<div id="sc-footer">Total<span id="sc-total">$0</span></div>
css
#sc-footer{
font-size: 1.6em;
line-height:1.5em;
position:absolute;
bottom: 20px;
padding:9px 5px;
height:20px;
background: #dadada;
color: #545454;
}
#sc-total{
display:inline;
float:right;
}