Go Back   WarriorForum - Internet Marketing Forums > Warrior Support Forums > Website Design
Register Blogs FAQ Social Groups CalendarHelp Desk

Reply
 
LinkBack Thread Tools
Old 01-11-2009, 05:34 PM   #1
Flyin' Low & Slow
War Room Member
 
Kevin AKA Hubcap's Avatar
 
Join Date: Nov 2008
Posts: 1,189
Thanks: 56
Thanked 177 Times in 132 Posts
Default CSS- Border Radius Property

I recently saw that the next version of CSS will include the border radius property for making rounded corners.

Does anyone know which browsers will support it and what work arounds will be available?
Kevin AKA Hubcap is offline   Reply With Quote
Old 01-11-2009, 06:14 PM   #2
PHP & Drupal Ninja
 
Darren Mothersele's Avatar
 
Join Date: May 2007
Location: London, United Kingdom.
Posts: 108
Thanks: 11
Thanked 18 Times in 14 Posts
Social Networking View Member's Twitter Profile 
Contact Info
Send a message via AIM to Darren Mothersele Send a message via Skype™ to Darren Mothersele
Default Re: CSS- Border Radius Property

I'm using it on some sites already, to make minor UI bits and pieces look nicer. You can get good results across all browsers (except IE) if you use this CSS code:

border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;

Wordpress uses this too - if you look in the admin section of a wordpress blog you will see some buttons (eg tags) have nice rounded corners in FireFox or Webkit based browsers (like Safari). You will see a square box in IE.

Darren Mothersele is offline   Reply With Quote
Reply

  WarriorForum - Internet Marketing Forums > Warrior Support Forums > Website Design

Tags
border, css, property, radius

Thread Tools

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -6. The time now is 07:37 AM.