I need to add an image to the bottom of a container div to give the appearance of rounded corners. Whats the best way to do this?
Here's the way I do it: #footer { clear: both; background: url(images/footer.jpg) bottom center no-repeat; width: 700px; height: 70px;} HTML: <div id="footer"> Footer text here </div> Hope this helps!
Yeah it seems like you have to specify the height of the div for it to show up with out overlapping on other content