Hi everyone, i've always prefered round edge boxes to the conventional ones. Can anyone help me with the codes?

Recommended Answers

All 4 Replies

I think there is a weird way of doing it with CSS, but its not well supported. The way most professional sites do it is by using images to cover up the corners, that are transparent in the center. Or you can just use images for the whole corner of the box. There are several things like this in daniweb, the quick post box and the gray latest thread boxes on the right. :D

Thanx for the reply, i appreciate it.

Using images are the best way...
Many sites have used images for rounding,
The above mentioned is also good, but i'f used this method...
Check the attachments for the html and the images used...
I only used rounding on the top corners...

<html><body>
<table cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td background="1.gif" width="5" height="50"></td>
<td background="2.gif" width="1028" height="50" align>You can type some thing here</td>
<td background="3.gif" width="5" height="50"></td>
</tr>
</tbody>
</table>
</body>
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.