| 1234567891011121314151617181920212223 |
- <style>
- body {
- background: red;
- }
- </style>
- <h2>Editor-classic</h2>
- <div id="editor-classic">
- <p>This editable should have a background.</p>
- <p>This editable should have a background.</p>
- <p>This editable should have a background.</p>
- <p>This editable should have a background.</p>
- </div>
- <h2>Editor-balloon</h2>
- <div id="editor-balloon">
- <p>This editable's background should be transparent.</p>
- <p>This editable's background should be transparent.</p>
- <p>This editable's background should be transparent.</p>
- <p>This editable's background should be transparent.</p>
- </div>
|