HTML and CSS Reference
In-Depth Information
property to the main container to make up on the
negative position of the thumbnail.
The CSS code:
#albums {
padding-top:20px
}
#albums li p.thumbnail {
padding-bottom:0;
}
#albums li p.thumbnail img {
top:-20px;
}
Bug 6:
The footer doesn't have the bottom space.
This is mostly due to the hasLayout issue mentioned
earlier. This is how it looks in IE7:
Search WWH ::




Custom Search