gpt4 book ai didi

javascript - 有没有办法用CSS改变div边框的文字颜色?也许棘手!

转载 作者:行者123 更新时间:2023-11-30 10:49:03 25 4
gpt4 key购买 nike

我有一个带有文本的嵌套 div。文本从子 div 溢出到父 div。

<div style="position:absolute;width:300px;background:yellow">
<div style="position:relative;height:20px;width:150px;left:0;
background:red;overflow:visible;white-space:nowrap">
this text will overflow into the parent div!
</div>
</div>

我的问题:有没有一种方法可以使用 css 更改从父 div 内的子项边框开始的文本颜色?现在颜色与溢出到父 div 的文本相同。

最佳答案

有点作弊,但这行得通:

<div style="position:absolute;width:300px;background:yellow">
<div style="position: absolute; top: 0; color: pink;">
this text will overflow into the parent div!
</div>
<div style="position:relative;height:20px;width:150px;left:0;
background:red;overflow:hidden;white-space:nowrap">
this text will overflow into the parent div!
</div>

</div>

证明:http://jsfiddle.net/8m6v2/

关于javascript - 有没有办法用CSS改变div边框的文字颜色?也许棘手!,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6586678/

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