Here is the XHTML markup for the box below:
<div style="-moz-user-modify: read-write; -moz-user-input: enabled;"> <p>Edit this text!</p> </div>
Edit this text!
The <div>
tag has two special CSS styles:
-moz-user-modify: read-write;
-moz-user-input: enabled;
These styles mark the <div>
as being editable.