Implement border radius in IE…hack IE for curved/rounded corner border |
||||
261 views
we know that rounded corner border is only working fine in firefox ,safari etc but not in IE. There is a hack for implementing curved border in IE.I got a file border.htc which is directly called in CSS using behavior property. syntax: behavior:url(border.htc) this behavior is only for IE for other browser we have to use border radius property. How To implement Border radius in IE ? .curved { -webkit-border-radius:10px; behavior:url(border.htc); } in stylesheets 3. call this class curved in HTML. Example: Tags: CSS, css3, firefox, Hack, IE, miscellaneos tricks, safari, stylesheet |
| « Create your curved border with CSS/CSS3: border radius in css | Why Google Suffers Email Disruption? (news) » |
| Posted on Monday, September 28th, 2009 at 4:15 pm under CSS, miscellaneous tricks | RSS 2.0 Feed | |