Opera 11 和边界半径问题
border-radius 和 Opera 11.11 的这个问题让我抓狂。
我有一个跨度和一个设置为该跨度背景的图像。 我正在将边界半径应用于容纳多个此类跨度的容器。
就像这样:
#carousel { border-radius:15px; margin:30px 0 0 0px; overflow:hidden; }
论坛告诉我 border-radius 是 Opera 中支持的属性。 此外,边框半径应用于块级元素而不是图像。
这是演示: http://rjwcollective.com/equinox/brochure/
请提供有关我在这里缺少的内容的指示。
仙人
This issue with border-radius and Opera 11.11 is driving me NUTS.
I have a span and an image set as background to that span.
I am applying a border-radius to the container that holds several such spans.
Like so:
#carousel { border-radius:15px; margin:30px 0 0 0px; overflow:hidden; }
Forums tell me that border-radius is a supported property in Opera.
Also, the border-radius is applied to a block-level element and not an image.
Here's the demo:
http://rjwcollective.com/equinox/brochure/
Please provide pointers as to what I am missing here.
Rishi
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
轮播中的跨度放置在轮播上方,并且它们没有配置任何边框半径。任何圆形边框都低于这些跨度。
这对我来说可以看到它的实际效果(请原谅混乱,只需从 Dragonfly 复制/粘贴一个工作示例):
Your spans in the carousel are placed over the carousel, and they don't have any border-radius confgured. Any rounded border is below those spans.
THis works for me to see it in action (excuse the mess, just copy/pasting a working example from Dragonfly):