Web Development with jQuery®

(Elliott) #1

Removing Event Handlers (^) ❘ 77







Documents.html









The following CSS is applied to the HTML document; it adds some new 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;
z-index: 1 ;
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#finderAdditionalFiles {
display: none;
}
div.finderDirectory,
[http://www.it-ebooks.info](http://www.it-ebooks.info)
Free download pdf