Web Development with jQuery®

(Elliott) #1

(^444) ❘ CHAPTER 20 CREATING AN INTERACTIVE SLIDESHOW
<!DOCTYPE HTML>





Slideshow









The preceding HTML is joined with the following CSS:
body {
font: 12px 'Lucida Grande', Arial, sans-serif;
background: #fff;
color: rgb(50, 50, 50);
}
div#slides {
position: relative;
border: 1px solid black;
height: 200px;
width: 500px;
}
div.slide {
position: absolute;
top: 0 ;
left: 0 ;
width: 500px;
height: 200px;
background: black;
overflow: hidden;
z-index: 1 ;
[http://www.it-ebooks.info](http://www.it-ebooks.info)
Free download pdf