gpt4 book ai didi

html - 列表元素符号在 Mozilla 和 IE 中的间距比在 Chrome 中大

转载 作者:太空宇宙 更新时间:2023-11-04 03:15:11 26 4
gpt4 key购买 nike

This is when viewed in Google Chrome, updated to date.

This is when viewed in Mozilla, updated to date.

This is when viewed in Internet Explorer, updated to date.

下面是我的 HTML:

<div id="text_style">
<div id="text_style_in">
<ul>
<li>
<p><a href="#" target="_self">Fact Sheet</a></p>
</li>
<li>
<p><a href="#" target="_self">Facilities and Administrative (F&amp;A) Cost Agreements</a></p>
</li>
<li>
<p><a href="#" target="_self">PropStart</a></p>
</li>
<li>
<p><a href="#" target="_self">Equipment Matching</a></p>
</li>
<li>
<p><a href="#" target="_self">Training Guide: Preparing Research Proposal Budgets</a></p>
</li>
<li>
<p><a href="#" target="_self">Three Work-Day Rule</a></p>
</li>
</ul>
</div>
</div>

我没有唯一定义的列表样式。如何使列表在 Mozilla 和 IE 中看起来相似?

最佳答案

你应该删除 de <p>标记,并像这样:

<ul>
<li><a href="#" target="_self">one</a></li>
<li><a href="#" target="_self">two</a></li>
</ul>

关于html - 列表元素符号在 Mozilla 和 IE 中的间距比在 Chrome 中大,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28813544/

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