i have problem with round corner the background cover the corners i dont why <style> .box{ background: #5b81a2 url(images/temp1_06.gif) no-repeat left bottom; width:165px } .box h2{background: transparent url(images/temp_top_03.gif) no-repeat left top; padding: 10px 20px 0 20px;} .box p{padding: 0 20px 10px 20px;} </style> <div class="box"> <h2>Headline</h2> <p>You can actually use the same approach, but this time, instead of setting a background color on the box, you can set a repeating background image. For this to work you will need to apply the bottom curve image to another element. In this case, I used the last paragraph element in the box: </p> </div> Code (markup):