Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cross browser rounded corners (no image)

When converting PSD's into HTML or even HTML5 and CSS, how much more difficult is it to round the corners and make those corners consistent across all browsers, especially Internet Explorer?

Assuming the corners were rounded with code, not images.

like image 430
adam Avatar asked May 11 '10 20:05

adam


2 Answers

You can check out Corner if you want a JavaScript solution. It's cross platform.

like image 165
Malfist Avatar answered Nov 03 '22 08:11

Malfist


You already accepted but CSS3 PIE you can just use the border-radius property (along with gradients, shadows, and other fun CSS3 features) in IE3. I think it's one of the cleaner ways to approach the problem.

like image 44
Christopher Tarquini Avatar answered Nov 03 '22 09:11

Christopher Tarquini