Web Development with jQuery®

(Elliott) #1

The Various Event Wrapper Methods (^) ❘ 65







System





Users





The preceding HTML is styled with the following style sheet, Example 3-1.css.
html,
body {
width: 100%;
height: 100%;
}
body {
font: 12px "Lucida Grande", Arial, sans-serif;
background: rgb(189, 189, 189) url('images/Bottom.png') repeat-x bottom;
color: rgb(50, 50, 50);
margin: 0 ;
padding: 0 ;
}
div#finderFiles {
border-bottom: 1px solid rgb(64, 64, 64);
background: #fff;
position: absolute;
top: 0 ;
right: 0 ;
bottom: 23px;
left: 0 ;
overflow: auto;
user-select: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
}
div.finderDirectory {
float: left;
width: 150px;
height: 100px;
overflow: hidden;
}
div.finderIcon {
background: url('images/Folder 48x48.png') no-repeat center;
[http://www.it-ebooks.info](http://www.it-ebooks.info)
Free download pdf