back to Week 15
Here's the CSS code for the "wrapper" id
#wrapper{
width:700px;
height:1000px;
background:#FFF;
padding:10px;
margin-left:auto;
margin-right:auto;
margin-top:20px;
margin-bottom:20px;
text-align:left;
}
Here's the CSS code for the body
body{
background-color:#CCC;
font-family: Helvetica,Arial, sans-serif;
color:#000;
font-size:12px;
line-height: 1.5em;
text-align:center;
}
Here's the CSS code for the "main_content" id
#main_content {
padding: 20px;
float: left;
width: 300px;
border: 1px solid #CCC;
}
jQuery -Auto playing slideshow with descriptions shown automatically using the
"peekaboo" option.
MORE EXAMPLES