-moz-window-dragging 编辑
Non-standard
This feature is non-standard and is not on a standards track. Do not use it on production sites facing the Web: it will not work for every user. There may also be large incompatibilities between implementations and the behavior may change in the future.
The -moz-window-dragging
CSS property specifies whether a window is draggable or not. It only works in Chrome code, and only on Mac OS X.
The property was added in Firefox 35 to solve intermittent problems related to Firefox windows not being moveable when busy (bug 944836).
Initial value | drag |
---|---|
Applies to | all elements that create native windows, e.g. <window>, <panel> |
Inherited | no |
Media | visual |
Computed value | as specified |
Animation type | discrete |
Canonical order | the unique non-ambiguous order defined by the formal grammar |
Syntax
The -moz-window-dragging
property is specified as one of the keyword values listed below.
Values
drag
- The window is draggable.
no-drag
- The window is not draggable
Formal syntax
drag | no-drag
Example
toolbarpaletteitem {
-moz-window-dragging: no-drag;
}
Specifications
This property is not part of any specification.
Browser compatibility
This internal CSS property was added in Firefox 35 and only works in Chrome code, and only on Mac OS X.如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论