HighDots Forums  

rounded corners

Cascading Style Sheets Layout/presentation on the WWW (comp.infosystems.www.authoring.stylesheets)


Discuss rounded corners in the Cascading Style Sheets forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Jeff
 
Posts: n/a

Default rounded corners - 12-31-2007 , 09:40 PM






I've been seeing more and more rounded corners on containers and find
that I'm way behind the curve on this.

It seems there are a lot of different ways of doing this sans custom
images:

<URL: http://www.smileycat.com/miaow/archives/000044.php/>

This, for example:

<URL: http://www.ruzee.com/blog/shadedborder/ />

Who is doing rounded corners and how are you doing it?

I've been away from the stylesheet group for some time, nice to see
some names I remember, but there's a quite a few missing also.

Jeff

Reply With Quote
  #2  
Old   
Blinky the Shark
 
Posts: n/a

Default Re: rounded corners - 12-31-2007 , 10:21 PM






Jeff wrote:

Quote:
I've been seeing more and more rounded corners on containers and find
that I'm way behind the curve on this.
Please tell me your choice of metaphors was intentional. I want to
believe in you.

--
Blinky
Killing all posts from Google Groups
The Usenet Improvement Project - http://improve-usenet.org



Reply With Quote
  #3  
Old   
Jeff
 
Posts: n/a

Default Re: rounded corners - 12-31-2007 , 10:35 PM



Blinky the Shark wrote:
Quote:
Jeff wrote:

I've been seeing more and more rounded corners on containers and find
that I'm way behind the curve on this.

Please tell me your choice of metaphors was intentional. I want to
believe in you.
Absolutely. I thought it was too obvious to quote.

Jeff
Quote:

Reply With Quote
  #4  
Old   
Blinky the Shark
 
Posts: n/a

Default Re: rounded corners - 12-31-2007 , 10:52 PM



Jeff wrote:

Quote:
Blinky the Shark wrote:
Jeff wrote:

I've been seeing more and more rounded corners on containers and find
that I'm way behind the curve on this.

Please tell me your choice of metaphors was intentional. I want to
believe in you.

Absolutely. I thought it was too obvious to quote.

Jeff
Well, sometimes people back into those without seeing them.

--
Blinky
Killing all posts from Google Groups
The Usenet Improvement Project - http://improve-usenet.org



Reply With Quote
  #5  
Old   
Jeff
 
Posts: n/a

Default Re: rounded corners - 01-01-2008 , 12:06 AM



Blinky the Shark wrote:
Quote:
Jeff wrote:

Blinky the Shark wrote:
Jeff wrote:

I've been seeing more and more rounded corners on containers and find
that I'm way behind the curve on this.
Please tell me your choice of metaphors was intentional. I want to
believe in you.
Absolutely. I thought it was too obvious to quote.

Jeff

Well, sometimes people back into those without seeing them.
Now, that's funny!

Have a good New Year.

Jeff

Quote:

Reply With Quote
  #6  
Old   
Eric Lindsay
 
Posts: n/a

Default Re: rounded corners - 01-04-2008 , 03:10 AM



In article <13njdholnlf6f59 (AT) corp (DOT) supernews.com>,
Jeff <jeff (AT) spam_me_not (DOT) com> wrote:

Quote:
I've been seeing more and more rounded corners on containers and find
that I'm way behind the curve on this.

It seems there are a lot of different ways of doing this sans custom
images:
If you have a sufficiently restricted audience, I wonder whether it is
reasonable to use proposed CSS3 facilities alone.

For safari and other Webkit browsers I have been testing
-webkit-border-radius: 0.3em;
-webkit-box-shadow: 0.2em 0.2em 0.2em darkblue;

and the moz equivalent for Firefox. I am willing to let IE just ignore
the rounded corners and so on.

--
http://www.ericlindsay.com


Reply With Quote
  #7  
Old   
dhtmlkitchen@gmail.com
 
Posts: n/a

Default Re: rounded corners - 01-05-2008 , 04:44 PM



On Jan 4, 1:10*am, Eric Lindsay <NOwebmasterS... (AT) ericlindsay (DOT) com>
wrote:
Quote:
In article <13njdholnlf6... (AT) corp (DOT) supernews.com>,

*Jeff <jeff (AT) spam_me_not (DOT) com> wrote:
* *I've been seeing more and more rounded corners on containers and find
that I'm way behind the curve on this.

* *It seems there are a lot of different ways of doing this sans custom
images:

If you have a sufficiently restricted audience, I wonder whether it is
reasonable to use proposed CSS3 facilities alone.

For safari and other Webkit browsers I have been testing
* *-webkit-border-radius: 0.3em;
* *-webkit-box-shadow: 0.2em 0.2em 0.2em darkblue;

and the moz equivalent for Firefox. I am willing to let IE just ignore
the rounded corners and so on.

That sounds perfectly reasonable.

Square corners do not block users. Round corners might look different,
but it having square corners wouldn't be a problem.

Considering the downsides of supporting other browsers that don't
support round corners:
* extra amount of code needed (performance/dl), maintenance issue of
non-semantic markup that is complicated by the appearance requirement.
* extra time to develop the code.

The benefits of supporting css-round corners are:
* fast, easy
* standards-based
* forwards-compatible
* configure the corners in one place in the CSS with no changes to
the HTML

Considering a project with time-constraints, you could: Make the round
corner using the correct way (using CSS), then add a P3 bug report for
an "IE appearance enhancement." to "work around limitations in IE".
This way, it gives the designers a chance to take it in perspective to
prioritize what's important and (hopefully) you can get more done.



Quote:
--http://www.ericlindsay.com


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.