Revision: 5538
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at March 13, 2008 16:35 by picale
Initial Code
<div class=â€roundcontâ€>
<div class=â€roundtopâ€>
<img src=â€tl.gif†alt=â€"
width=â€15″ height=â€15″ class=â€cornerâ€
style=â€display: none†/>
</div>
CONTENT
<div class=â€roundbottomâ€>
<img src=â€bl.gif†alt=â€"
width=â€15″ height=â€15″ class=â€cornerâ€
style=â€display: none†/>
</div>
</div>
.roundcont {
width: 250px;
background-color: #f90;
color: #fff;
}
.roundcont p {
margin: 0 10px;
}
.roundtop {
background: url(tr.gif) no-repeat top right;
}
.roundbottom {
background: url(br.gif) no-repeat top right;
}
img.corner {
width: 15px;
height: 15px;
border: none;
display: block !important;
}
Initial URL
Initial Description
Initial Title
Rounded corners with images
Initial Tags
Initial Language
CSS