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/ - Ramblings Thoughts
http://www.bhatt.id.au/photos/
http://www.bookcrossing.com/mybookshelf/neerav
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.

Would someone guide me to a standards based solution without all the gif 
wrapping?


CK
__
"Knowing is not enough, you must apply;
willing is not enough, you must do."
---Bruce Lee
**
The discussion list for  http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
**
**
The discussion list for  http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
**


Re: [WSG] Around We Go

2005-02-18 Thread Cb2 Web Design
Using one  and a 

http://cb2web.com/tests/testboxmodel5.htm

>From Webmates forum (code and CSS posted):

http://tinyurl.com/65qr3

Carlos Simoes

- Original Message -
From: "Chris Kennon" <[EMAIL PROTECTED]>
To: 
Sent: Wednesday, February 16, 2005 8:33 PM
Subject: [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 to a standards based solution without all the
gif wrapping?



CK
__
"Knowing is not enough, you must apply;
willing is not enough, you must do."
---Bruce Lee

**
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
**

**
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
**



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.

Would someone guide me to a standards based solution without all the  
gif wrapping?
Take a look at these:
< http://www.456bereastreet.com/archive/200406/css_teaser_box/ >
<  
http://www.456bereastreet.com/archive/200406/css_teaser_box_revisited/  
>
<  
http://www.456bereastreet.com/archive/200406/ 
flexible_box_with_custom_corners_and_borders/ >

/Roger
--
http://www.456bereastreet.com/
**
The discussion list for  http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
**


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:


Title
Box contents



You can see this technique in use at http://www.btbusinessoffice.com/ (I did
the original templates for this site)

All the best,

--
Ian Fenn
Chopstix Media
http://www.chopstixmedia.com/

**
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
**



[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 without all the 
gif wrapping?


CK
__
"Knowing is not enough, you must apply;
willing is not enough, you must do."
---Bruce Lee
**
The discussion list for  http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
**