IE7 float right problems

前端 未结 3 1734
死守一世寂寞
死守一世寂寞 2020-12-07 09:47

Html=>

 


        
3条回答
  •  温柔的废话
    2020-12-07 10:43

    Try the clear after fix:

    div:after {
        clear: both;
        content: ".";
        display: block;
        height: 0;
        visibility: hidden;
    }
    

提交回复
热议问题