/ Published in: CSS
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<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; }