<div id="myDiv" contenteditable="true">
<ul id="not-editable-todolist" contenteditable="false">
<li>not editable</li>
<li>not editable</li>
</ul>
<span>editable text</span>
</div>
@font-face {
font-family: 'SegoeUI';
src: url('../fonts/SegoeUIItalic/SegoeUIItalic.eot');
src: url('../fonts/SegoeUIItalic/SegoeUIItalic.eot?iefix') format('eot'),
url('../fonts/SegoeUIItalic/SegoeUIItalic.woff') format('woff'),
url('../fonts/SegoeUIItalic/SegoeUIItalic.ttf') format('truetype'),
font-weight: normal;
font-style: italic;
}
body, html {
min-width: 1000px;
}