Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I make rounded corners on non-CSS3 browsers?

Tags:

html

css

I know that I have to use images in this case, one per corner.

For example if I need a solid blue 4px border with 8px border radius around a given element, and I have designed four images accordingly,

  • top-left-corner.png
  • top-right-corner.png
  • bottom-left-corner.png
  • bottom-right-corner.png

How should I implement this, if possible without using a table?

like image 658
Luc125 Avatar asked Jun 15 '11 09:06

Luc125


1 Answers

Have you tried http://css3pie.com/about/ ? You don't have to use images in such a case...

like image 173
Brett Zamir Avatar answered Oct 12 '22 23:10

Brett Zamir