gpt4 book ai didi

html - anchor 在 div float 时不可点击

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

在下面的代码中,由于 float:right 属性,无法点击花哨的 anchor 。建议修复这个。我需要向右浮动,这样当窗口缩小时,链接会随窗口向左移动。

.links {
float: right;

}

.default {
color: blue;
text-decoration: none;
}

.standard {
color: green;
text-decoration: underline;
}
<div class="links">
<a id="standard" class="default" href="#">standard</a>
<a id="fancy" class="standard" href="#">fancy</a>
</div>

最佳答案

所以在这里你可以做的是:

1) 首先通过向 anchor 添加边框属性进行检查,以便您可以看到 anchor float 的位置。
2) 使用 firefox 3d view 以便 z-index 可见,您可以轻松看到与 anchor 重叠的内容。
4) 正如@pschueller 所提到的,它在 jsfiddler 中工作正常,并且右侧 Pane 与可点击的区域重叠

float 没有问题

关于html - anchor 在 div float 时不可点击,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28989555/

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