Changes

Jump to: navigation, search

CSS GUIDE -MOZ-USER-MODIFY

1,631 bytes added, 19:26, 12 December 2006
no edit summary
== Summary ==
'''-moz-user-modify''' is a Mozilla property extension to CSS that is used to determine whether or not an element may be modified, and, in certain circumstances, whether or not the content itself is viewable.
 
Possible uses include:
 
This property is similar to the [http://www.w3.org/TR/1999/WD-css3-userint-19990916#user-modify user-modify] property of CSS3.
== Syntax ==
<pre>TARGET_ELEMENT{}TARGET_ELEMENT{}TARGET_ELEMENT{}TARGET_ELEMENT{}</pre> 
== Legal Values ==
<table border="1"><tr><th>Value</th><th>Description</th></tr><tr><td>inherit</td><td>Inherit the value from parent element.</td></tr><tr><td>read-only</td><td>Allow for viewing, selecting and copying the element contents.</td></tr><tr><td>read-write</td><td>Allow for viewing, selecting, copying and editing the element contents.</td></tr><tr><td>write-only</td><td>Allow for selecting and editing the element contents.</td></tr>== Mozilla Recommended Values ==</table>
== Usage Examples ==
<pre>asdf </pre>
<pre>asdf </pre>
<pre>asdf </pre>
== Notes ==
 
== Specification Conformance ==
Doesn't conform to CSS standards; [http://developer.mozilla.org/en/docs/CSS_Reference:Mozilla_Extensions A Mozilla CSS Extension].
== Browser Compatibility ==
Netscape 6+
<br>Mozilla 0.6+
<br>Firefox 1.0+
== See Also ==
[[CSS_GUIDE_-MOZ-USER-FOCUS|-moz-user-focus]]
<br>[[CSS_GUIDE_-MOZ-USER-INPUT|-moz-user-input]]
<br>[[CSS_GUIDE_-MOZ-USER-SELECT|-moz-user-select]]
 
== References ==
[http://developer.mozilla.org/en/docs/CSS_Reference:Mozilla_Extensions Mozilla Developer Centre - CSS Reference - Mozilla Extensions] (developer.mozilla.org)
<br>[http://www.blooberry.com/indexdot/css/properties/extensions/nsextensions.htm Netscape CSS Extensions] (blooberry.com)
<br>[http://www.w3.org/TR/1999/WD-css3-userint-19990916#user-modify User Interface for CSS3] (w3.org)
1
edit

Navigation menu