好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

IE浏览器下常见的CSS兼容问题_html/css_WEB-ITnose

宽高bug

  【1】IE6-浏览器下子元素能撑开父级设置好的宽高

     Document  body{    margin: 0;}ul{    margin: 0;    padding: 0;    list-style: none;}.list{    height: 300px;    width: 300px;    background-color: https://img.gxlcms.com//Uploads-s/new/2019-09-27-201927/ccc;    border: 10px solid black;}.in{    height: 400px;    width: 100px;    background-color: red;    margin: 10px;    padding: 10px;    border: 1px solid black;}   

test

查看更多关于IE浏览器下常见的CSS兼容问题_html/css_WEB-ITnose的详细内容...

  阅读:30次