google-chrome - 未在 Chrome 中呈现的特定元素的边框半径

标签 google-chrome css curve

这是我的网站: http://splash.inting.org/wp/

在右侧边栏上,我有两个元素,顶部的 reg 表单和底部的小 slider 。两者都实现了相同的 border-radius 样式,但底部的那个没有在 Chrome 中呈现的 flex 边框。我已经应用了溢出:隐藏。

注意事项:

  1. 两个元素(registration 和 slider)有相同的 border-radius 样式 已应用,但在 chrome 中,只有注册以正确的边框样式呈现
  2. border-radius 在 firefox 甚至 IE 中都能正确呈现

有什么想法吗?谢谢!

Chrome :

enter image description here

火狐:

enter image description here

最佳答案

将边框半径直接应用于图像。

.meteor-slides .mslide img
{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

关于google-chrome - 未在 Chrome 中呈现的特定元素的边框半径,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13390869/

相关文章:

javascript - 谷歌浏览器取消上下箭头事件

jquery - 使用 jquery 放大时,图像在悬停时在 Google Chrome 中振动

google-chrome - 不相关的 div 在另一个元素的转换过程中移动

regex - Chrome开发工具: any way to exclude requests whose URL matches a regex?

css - CSS 中的贝塞尔曲线?

c# - 在两个点之间创建一条曲线,每个点都具有归一化向量

math - Three.JS对象遵循样条路径-旋转/切线问题和恒速问题

css - FireFox 在样式编辑器中显示 css 文件,但在网络监视器中不显示

javascript - 重新调整 div 内任何图像的大小

html - 有没有办法将自定义 HTML 滚动条移动到 div 后面