selector {
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
border: 1px solid;
}
Code language: CSS (css)
selector {
-moz-border-radius-topleft: 10px;
-webkit-border-top-left-radius: 10px;
border: 1px solid;
}
Code language: CSS (css)
Java URL Encoder/Decoder Example - In this tutorial we will see how to URL encode/decode…
Show Multiple Examples in OpenAPI - OpenAPI (aka Swagger) Specifications has become a defecto standard…
Local WordPress using Docker - Running a local WordPress development environment is crucial for testing…
1. JWT Token Overview JSON Web Token (JWT) is an open standard defines a compact…
GraphQL Subscription provides a great way of building real-time API. In this tutorial we will…
1. Overview Spring Boot Webflux DynamoDB Integration tests - In this tutorial we will see…
View Comments
So it looks like your examples are images, instead of rendering the actual rounded corners. What does this look like when rendered in IE. You should put a link to an example page so users can quickly view in different browsers.
Yep it does exactly seem encouraging when your examples are ALL images
ok now checked this !
works exactly as expected !
that is it DOES NOT work in IE
ok just checked it out
as suspected does not work in IE
@Brandon: Thanks for the comment. I have added the Demo link at the end.
@John: I have already mentioned that this technique will works only in CSS3-compatible browser and will not work in Internet Explorer. Also have added Demo page link so that you can check this in different browser.
Guys do you know when gonna decide Microsoft that IE will use CSS3?
A great tutorial, i would deffinately use this if IE accepted it as well, IE is so frustrating to work with!
@Liam, Although being most used browser, IE some how is frustrating for web developers :).. I have always a hard time keeping things compatible with IE..
This script is not working on IE(Internet Explorer)
Yeah - it says that in the article man.
This script is not working on IE(Internet Explorer). Plz keep a script for IE.