HTML and CSS Reference
In-Depth Information
.corner {
position: absolute;
padding: 0;
width: 14px;
height: 14px;
background-image: url(images/4_part_corner_sprite.png);
}
.ctl {
top: 0;
left: 0;
background-position: top left;
}
.ctr {
top: 0;
right: 0;
background-position: top right;
}
.cbr {
bottom: 0;
right: 0;
background-position: bottom right;
}
.cbl {
bottom: 0;
left: 0;
background-position: bottom left;
}
[...]
<div>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing
elit, sed do eiusmod tempor incididunt ut labore et dolore
magna aliqua.</p>
Search WWH ::




Custom Search