DanUK
06-09-2005, 06:14 PM
Hello.
we are currently using the following CSS for a simple 'message type' box:
.toprow {
padding: 15px;
background-color: #f6f6f6;
border: 1px solid #b9b9b9;
text-align: center;
}
.toprow p {
margin: 0px;
padding: 0px;
}
To have the 'curved' edges on the border, would we have to create images? Or is there a way to do that with CSS, I've never really looked at it before!
If so, is there an easy way to do curved edges in a graphics package?
Many thanks.
we are currently using the following CSS for a simple 'message type' box:
.toprow {
padding: 15px;
background-color: #f6f6f6;
border: 1px solid #b9b9b9;
text-align: center;
}
.toprow p {
margin: 0px;
padding: 0px;
}
To have the 'curved' edges on the border, would we have to create images? Or is there a way to do that with CSS, I've never really looked at it before!
If so, is there an easy way to do curved edges in a graphics package?
Many thanks.