Re: [css-d] Round Corner Tabs...

2005-10-21 Thread Eric A. Meyer
At 8:52 AM -0700 10/21/05, Derek de Jong wrote: Why is Mozilla using a proprietary moz- CSS property? Wouldn't it be easier, for them, to just begin supporting CSS3 properties? Is it because they don't properly implement the CSS3 border-radius? I don't want to delve too deeply into theoret

Re: [css-d] Round Corner Tabs...

2005-10-21 Thread Adam Kuehn
Derek de Jong wrote: Why is Mozilla using a proprietary moz- CSS property? Wouldn't it be easier, for them, to just begin supporting CSS3 properties? Is it because they don't properly implement the CSS3 border-radius? No, it is because the CSS3 spec is still a moving target. It is not corre

Re: [css-d] Round Corner Tabs...

2005-10-21 Thread Christian Heilmann
> >Nothing can be done with CSS only, you need at least some > >markup to hand it from > True. The nice thing about Nifty Corners (2) is that the extraneous > markup is added dynamically via Javascript, so at least the code (for > what it's worth) stays without the extraneous markup for future > in

Re: [css-d] Round Corner Tabs...

2005-10-21 Thread Derek de Jong
I want to create horizontal navigation tabs that have round-corners using only CSS. Is there a way I can do this with CSS only? Nothing can be done with CSS only, you need at least some markup to hand it from True. The nice thing about Nifty Corners (2) is that the extraneous markup

Re: [css-d] Round Corner Tabs...

2005-10-21 Thread John Guchemand
There is a way to do this, without JavaScript. If I understood your question correctly, check out the link below. Of course you have to use images, but they are implemented using CSS: http://www.alistapart.com/articles/slidingdoors John ___

Re: [css-d] Round Corner Tabs...

2005-10-21 Thread David Dorward
On 21/10/05, Spencer Ivery <[EMAIL PROTECTED]> wrote: > I want to create horizontal navigation tabs that have round-corners > using only CSS. > > Is there a way I can do this with CSS only? Nothing can be done with CSS only, you need at least some markup to hand it from CSS 3 drafts include a bo

RE: [css-d] Round Corner Tabs...

2005-10-21 Thread Tomlins Diane
Here's one method: http://pro.html.it/esempio/nifty/ Diane R Tomlins >I want to create horizontal navigation tabs that have round-corners using only CSS. >Is there a way I can do this with CSS only? >Yes, I know you can do this with an image, my preference is CSS >Thanks, >Spencer Ivery _

Re: [css-d] Round Corner Tabs...

2005-10-21 Thread Christian Heilmann
> I want to create horizontal navigation tabs that have round-corners > using only CSS. > Is there a way I can do this with CSS only? > Yes, I know you can do this with an image, my preference is CSS > Thanks, There is nifty corners, but that involves JavaScript and a lot of extraneous markup: ht

[css-d] Round Corner Tabs...

2005-10-21 Thread Spencer Ivery
CSS List Group... I want to create horizontal navigation tabs that have round-corners using only CSS. Is there a way I can do this with CSS only? Yes, I know you can do this with an image, my preference is CSS Thanks, Spencer Ivery