gpt4 book ai didi

html - css float 在 IE 7 或 8 中不起作用

转载 作者:太空宇宙 更新时间:2023-11-04 13:12:54 25 4
gpt4 key购买 nike

此代码在 firefox 和 chrome 中显示 3 列。但是,当您在 Internet Explore 7 或 Internet Explorer 8 中加载页面时,它会垂直显示每个元素。

非常感谢您的提前帮助!

> <style> /* THREE COLUMNS */
>
> ul.three-col { overflow: hidden; }
>
> ul.three-col le { float: left; width: 30%; margin-right: 5%;
> margin-bottom: 15px; /* .edge below makes up for the overage */ }
>
> ul.three-col le img { margin-left: -2px; margin-bottom: 7.5px; }
>
> ul.three-col le.edge { margin-right: 0; }
>
>
> </style>
>
>
>
>
> <ul class="three-col">
> <le>
> <img src="http://example.com/images/bottom/optimization.png">
> <h4>Web Page Optimization</h4>
> <p>another text block</p>
> </le>
> <le>
> <img src="http://example.com/images/bottom/lower_costs.png">
> <h4>Lower Costs</h4>
> <p>another text block</p>
> </le>
> <le class="edge">
> <img src="http://example.com/images/bottom/passionate.png">
> <h4>Passionate Support</h4>
> <p> another text block</p>
> </le>
> <le>
> <img src="http://example.com/images/bottom/expert2.png">
> <h4>Top Advertising Experts</h4>
> <p>another text blockt</p>
> </le>
> <le>
> <img src="http://example.com/images/bottom/constant_contact.png">
> <h4>Constant Contact</h4>
> <p>another text block</p>
> </le>
> <le class="edge">
> <img src="http://example.com/images/bottom/targeted.png">
> <h4>Targeted Traffic</h4>
> <p> another text block</p>
> </le> </ul></div>

最佳答案

<le> HTML 中不存在标记。
您要么从错误的资源中获取它,要么只是编造它,但您不能这样使用它。

浏览器可以使用虚构的标签为所欲为,包括完全忽略其 CSS 规则。

也许你的意思是<li> (“列表”)。

关于html - css float 在 IE 7 或 8 中不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24581579/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com