What you want to see on DotNetFunda.com ?
DotNetFunda.Com Logo
Twitter TwitterLinkedIn
YouTubeGoogle
 Online : 25406 |  Welcome, Guest!   Register  Login
 Home > Forums > ASP.NET > Border Radius Style Not Working in IE9 ...
Mdjack

Border Radius Style Not Working in IE9

Replies: 1 | Posted by: Mdjack on 5/28/2012 | Category: ASP.NET Forums | Views: 475 | Status: [Member] | Points: 10  


Hi,

Border Radius is not working in IE9. The following Attribute i used in my project. and also i add the .HTC file also

-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
behavior: url(Styles/border-radius.htc);

N. MOHAMED ZACKKARIAH


Reply | Reply with attachment | Alert Moderator

 Responses below this adGet hundreds of .NET Tips and Tricks videos

 Replies

Gaur1982
Gaur1982  
Posted on: 5/28/2012 9:00:25 AM
Level: Starter | Status: [Member] | Points: 25

As you are already using border-radius (the default for IE), you can try adding the following meta:
<meta http-equiv="X-UA-Compatible" content="IE=9" />


Gaurav Agrawal
http://planetofcoders.com/

Mdjack, if this helps please login to Mark As Answer. | Reply | Alert Moderator 

Reply - Please login to reply


Click here to login & reply

About Us | Contact Us | The Team | Advertise | Software Development | Write for us | Testimonials | Privacy Policy | Terms of Use | Link Exchange | Members | Go Top
General Notice: If you find plagiarised (copied) contents on this page, please let us know the original source along with your correct email id (to communicate) for further action.
Copyright © DotNetFunda.Com. All Rights Reserved. Copying or mimicking the site design and layout is prohibited. Logos, company names used here if any are only for reference purposes and they may be respective owner's right or trademarks. | 5/22/2013 3:46:53 PM