You can also play with Firefox specific CSS, which implements CSS3 round borders :
-moz-border-radius-topleft: 15px;
-moz-border-radius-topright: 15px;
-moz-border-radius-bottomleft: 15px;
-moz-border-radius-bottomright: 15px;
-moz-border-radius: 15px;
This will result in someting like the attached screenshot for FF users. Other browsers will ignore these and draw a regular border.
|