View Single Post
Old 09-06-2012, 03:58 AM   #1
davikerkrish
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);
}
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
davikerkrish is offline   Reply With Quote