CSS

-moz-outline-radius-bottomright

-moz-outline-radius-bottomright

非标准

此功能是非标准的,不处于标准轨道上.。不要在面向Web的生产站点上使用它:它并不适用于每个用户。实现之间也可能存在很大的不兼容性,而且这种行为在未来可能会发生变化。

在Mozilla应用程序中,可以使用-moz-outline-radius-bottomright CSS属性将元素outline的右下角进行四舍五入。

初始值0
适用元素all elements
是否是继承属性no
Percentagesrefer to the corresponding dimension of the border box
适用媒体visual
计算值as specified
动画类型a length, percentage or calc(
正规顺序the unique non-ambiguous order defined by the formal grammar

示例

HTML

<p>Look at this paragraph's bottom-right corner.</p>

CSS

p { margin: 5px; border: solid cyan; outline: dotted red; -moz-outline-radius-bottomright: 2em; }

结果

另见

  • -moz-outline-radius属性获取更多信息。