I was looking for a method to create boxes with curved corners in CSS. The only sort of thing I've been able to find is stuff like this, which uses 5 redundant DIVs just to create the effect? I'm not keen on using that kind of code in a web page as it seems just as bad as tables to me (mixes presentation with content), so is there a simpler way to achieve it?
Only other stuff I've found is JavaScript-based... I find using JS for something as simple as this a bit ridiculous!
Only other stuff I've found is JavaScript-based... I find using JS for something as simple as this a bit ridiculous!
Last edited: