Web Development with jQuery®

(Elliott) #1

Implementing a Datepicker (^) ❘ 389
28




29


30

 
 
 






The preceding markup document is styled with the following CSS:
body {
font: 12px "Lucida Grande", Arial, sans-serif;
background: rgb(255, 255, 255);
color: rgb(50, 50, 50);
margin: 0 ;
padding: 0 ;
}
div#ui-datepicker-div {
border: 1px solid rgb(128, 128, 128);
background: rgb(255, 255, 255);
width: 180px;
margin: 30px;
position: relative;
}
div.ui-datepicker-control div a {
color: rgb(0, 0, 0);
}
div.ui-datepicker-links {
position: relative;
height: 16px;
padding: 0 ;
background: rgb(255, 255, 255);
text-align: center;
}
div.ui-datepicker-clear,
a.ui-datepicker-prev {
position: absolute;
top: 0 ;
[http://www.it-ebooks.info](http://www.it-ebooks.info)
Free download pdf