Jump to content

round corners


Davie33

Recommended Posts

Hi is there a way i can fix this to work with ie web brower ?.

 

        -moz-border-radius-topright:10px;

-moz-border-radius-topleft:10px;

-webkit-border-top-left-radius:10px;

-webkit-border-top-right-radius:10px;

border-top-right-radius:10px;

border-top-left-radius:10px;

border-bottom-right-radius:10px;

border-bottom-left-radius:10px;

Link to comment
https://forums.phpfreaks.com/topic/253187-round-corners/
Share on other sites

  • 3 weeks later...

Do what nano said, go to http://css3pie.com/ and download it.

open the file and keep only the file named PIE.htc. Save this file in the same folder your css file is.

now open your css file and go to where you want the rounded corners and type the following code:

 

 

  -moz-border-radius-topright:10px;

  -moz-border-radius-topleft:10px;

  -webkit-border-top-left-radius:10px;

  -webkit-border-top-right-radius:10px;

  border-top-right-radius:10px;

  border-top-left-radius:10px;

  border-bottom-right-radius:10px;

  border-bottom-left-radius:10px;

  behavior: url(PIE.htc);

 

and thats it your done.

 

enjoy.

Link to comment
https://forums.phpfreaks.com/topic/253187-round-corners/#findComment-1303270
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.