提问人:Eli Leliv 提问时间:11/11/2023 更新时间:11/11/2023 访问量:19
background-attachment local 在 Firefox 上不起作用
background-attachment local not working on firefox
问:
我有这个问题:我希望我的 textareas 的背景不固定,并且 background-attachment local 在 chrome 上工作,但在 Firefox (v 119.0) 中不起作用
这是我的CSS:
textarea{
resize: none;
width: 90%;
height: 90%;
font-size: 2.4em;
border: none;
outline: none;
line-height: 1.4em;
background: linear-gradient(transparent, transparent 1.38em, black 0em) repeat;
background-size: 80% 1.4em;
background-attachment: local !important;
}
答: 暂无答案
评论