Web Development with jQuery®

(Elliott) #1

(^470) ❘ CHAPTER 22 CREATING A SIMPLE WYSIWYG EDITOR















Combine the preceding HTML with the following CSS (Example 22-2.css):
body {
font: 16px Arial, sans-serif;
background: #fff;
color: rgb(50, 50, 50);
}
div#container {
position: absolute;
top: 17%;
left: 10%;
height: 75%;
width: 80%;
padding: 5px;
border: 1px solid black;
border-radius: 3px;
}
div#toolbar {
position: absolute;
top: 10%;
left: 10%;
height: 5%;
width: 80%;
padding: 5px;
[http://www.it-ebooks.info](http://www.it-ebooks.info)
Free download pdf