![]() |
#1 |
Registered User
Join Date: Jul 2012
Posts: 111
|
Rounded or Curved Corners
As you would know, all modern browsers support border radius. Curved corner is something that was merely impossible to achieve in IE6. Recently I came across an htc file (especially for IE) developed by Remiz from HTMLRemix.com, which solves this issue.
The first thing to do while using htc is to add the correct MIME type for htc behavior on your server. This is REALLY important before you proceed. The following are steps: 1. Go to your cpanel and click the MIME Types link 2. Under MIME Type, add text/x-component 3. Under Extensions, add htc 4. Restart Apache Web server For more details on how to add MIME type visit Microsoft Support All you need to do is download the htc from HTMLremix or Alternate Link and include the following code in your CSS. .div_class_name{ behavior:url(border-radius.htc); } |
![]() |
![]() |
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|