Oberen Rand funktioniert nicht im IE 8

<div class="btns" id="btnHome">HOME</div>
<div class="btns" id="btnCon">CONTACT</div>
<div style="clear:both;"></div>
<div id="gall"></div>

CSS

.btns{
    float:left;
    padding: 2px 10px 2px 10px;
}
#gall{
    margin:25px 0 15px;  //this top margin doesn't work in IE8
    height:70px;
    border:thin solid red;
}

hier ist das jsFiddle

InformationsquelleAutor Alegro | 2012-12-17
Schreibe einen Kommentar