gpt4 book ai didi

css - 如何使用 Internet Explorer 7 选择 'first' 元素?

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

假设我们有

<div id="mydiv">
<p>blah</p>
<p>blah</p>
<p>blah</p>
</div>

有没有办法在 Internet Explorer 7 的 css 中模拟 $('#mydiv p').first()

谢谢

最佳答案

您在寻找第一个 p child 吗?

#mydiv p:first-child

关于css - 如何使用 Internet Explorer 7 选择 'first' 元素?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7433712/

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