gpt4 book ai didi

internet-explorer - IE9 中的边框半径和表格问题

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

我可能把标题写错了,嗯。

我遇到的(第一个)问题是这个。边框半径在我网站的 IE9 中不起作用。其他所有站点似乎都很好。

我的 CSS:

border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;

我的第二个问题是,在除 IE 之外的每个浏览器中,div 都连接到边框的一侧,如下所示:Chrome、FF、Safari - http://minus.com/me2JZyhlm

但是在IE中:
IE-http://minus.com/mbnYXszVfs

我将如何解决这个问题?--更新-- 添加了演示:http://thedailyvids.com/demo.php

 div.sidefeed {
font-size: 11px;
cursor: pointer;
color: black;
padding: 5px;
width: 140px;
margin-right: -10px;
font-family: calibri, arial;
}
div.sidefeed.active {
font-size: 13px;
color: black;
padding: 5px;
font-family: calibri, arial;
background-color: #747474;
border-left: 2px solid #5b5a5a;
}
div.sidefeed.active a {
text-decoration: none;
color: white;
}
div.sidefeed a {
text-decoration: none;
}

为什么 IE 一定是个狡猾的婊子! -_-

最佳答案

border-radius 属性在“标准模式”下的 IE 9 上运行良好。您的页面要么触发怪癖模式,要么包含破坏事物的内容。关于这个问题和其他问题,如果您需要更多建议,请发布完整的可测试演示文档(不仅仅是屏幕截图)。

关于internet-explorer - IE9 中的边框半径和表格问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8881402/

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