This is hard to explain so please visit http://clan-ik.frih.net. IF you look to the left, and right at the bottom of the boxes there are just squares. I want to replace them with a rounded edge like the top. My CSS for the box is:
The .box span is the top of the box but I can't seem to do the same with the bottom. Does anybody have any help? Thanks!
| Code: |
| .box
{ padding: 0; margin-bottom: 10px; background-color: #026dbd; } .box span { display: block; font-weight: bold; padding: 2.5px; background-image: url('../images/box-top.PNG'); } |
The .box span is the top of the box but I can't seem to do the same with the bottom. Does anybody have any help? Thanks!
