![]() | | ||||||||
| | #1 |
| Flyin' Low & Slow War Room Member Join Date: Nov 2008
Posts: 1,189
Thanks: 56
Thanked 177 Times in 132 Posts
|
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? |
| | |
| | #2 |
| PHP & Drupal Ninja Join Date: May 2007 Location: London, United Kingdom.
Posts: 108
Thanks: 11
Thanked 18 Times in 14 Posts
|
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. |
| | |
| | |
![]() |
|
| Tags |
| border, css, property, radius |
| Thread Tools | |
| |
![]() |