On 12/3/06, Jon Hughes <[EMAIL PROTECTED]> wrote:
> I need to add a rounded corner on the bottom right of this green box
> here:
> http://www.phazm.net/newphazm/

> The problem is, it has a right and bottom border (making it look like a
> shadow) that I need to preserve, and if I add a background, it will
> still be there, making it look very odd indeed.
>
> Do I need to change the way I am doing the border, or is there a way I
> can make the border rounded keeping the borders as they are?
>
Very few of the rounded corner methods tackle the difficult problem of
rounding bordered boxes.
The approaches I've seen either use up to eight nested divs (to do
four corners - which is as bad as using a table for it!) or use
positioning for the corner elements.
The latter does have some cross-browser issues, and from memory the
last time I tried it, the bottom-right corner was the hardest to get
right in IE.

http://css-discuss.incutio.com/?page=RoundedCorners is your best starting point
-- 
Richard Grevers, New Plymouth, New Zealand
Hat 1: Development Engineer, Webfarm Ltd.
Hat 2: Dramatic Design www.dramatic.co.nz
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to