gpt4 book ai didi

css - firefox 4 的 margin 问题

转载 作者:行者123 更新时间:2023-11-28 14:42:09 24 4
gpt4 key购买 nike

我刚刚更新到 firefox 4,它弄乱了我的侧边栏。我的侧边栏中有一个联系表。如果我给我的 texarea 留出 1px 的边距,它在除 firefox 4 以外的所有浏览器中都能很好地对齐。如果我给它一个 3 px 的边距,它在 FF 4 中看起来很好。我该如何解决?我的 textarea CSS:

textarea {
background: #0D1E2A;
border: 1px solid #102B3E;
box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
-moz-border-radius: 2px 2px 2px 2px;
padding: 1px;
margin-left:1px;
width:145px;
overflow:auto;}

最佳答案

这可能与仅将 border-radius 应用于 Firefox 而不是其他但没有链接或完整标记有关,这完全是一个疯狂的猜测。我也不记得哪些浏览器支持 box-shadow。

关于css - firefox 4 的 margin 问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5758450/

24 4 0
文章推荐: css - 如何将照片放在我网站标题的左上角
文章推荐: javascript - 仅在内部元素上调用事件监听器(Javascript)
文章推荐: css - 在 IE 中用 CSS 覆盖对象失败得很惨
文章推荐: javascript - HTML