Re: [WSG] Around We Go

2005-02-18 Thread Cb2 Web Design
: [WSG] Around We Go This example of rounded corners (http://kalsey.com/2003/07/rounded_corners_in_css/), is elegant and efficient, but 2 years old. I've googled til blurry eyed, but have only found contemporary examples with 8 nested divs and other nightmares. Would someone guide me

Re: [WSG] Around We Go

2005-02-18 Thread Neerav
Why not investigate -moz-border-radius eg: -moz-border-radius-topleft: 15px; -moz-border-radius-topright: 15px; -moz-border-radius-bottomleft: 15px; -moz-border-radius-bottomright: 15px; Neerav Bhatt http://www.bhatt.id.au Web Development IT consultancy http://www.bhatt.id.au/blog/ -

[WSG] Around We Go

2005-02-16 Thread Chris Kennon
This example of rounded corners (http://kalsey.com/2003/07/rounded_corners_in_css/), is elegant and efficient, but 2 years old. I've googled til blurry eyed, but have only found contemporary examples with 8 nested divs and other nightmares. Would someone guide me to a standards based solution

RE: [WSG] Around We Go

2005-02-16 Thread Ian Fenn
Hi Chris, Would someone guide me to a standards based solution without all the gif wrapping? I don't know if it fits the bill but the simplest solution I came up with was a mixture of a header and two divs: div class=background h1 class=topTitle/h1 pBox contents/p div class=tail/div /div You

Re: [WSG] Around We Go

2005-02-16 Thread Roger Johansson
On 16 feb 2005, at 21.33, Chris Kennon wrote: This example of rounded corners (http://kalsey.com/2003/07/rounded_corners_in_css/), is elegant and efficient, but 2 years old. I've googled til blurry eyed, but have only found contemporary examples with 8 nested divs and other nightmares.