Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

border-radius not working in IE6,7, and 8 #281

Open
prateekjadhwani opened this issue Aug 8, 2013 · 2 comments
Open

border-radius not working in IE6,7, and 8 #281

prateekjadhwani opened this issue Aug 8, 2013 · 2 comments

Comments

@prateekjadhwani
Copy link

It seems that even though i am using the following code, there seems to be no border-radius in the above mentioned browsers. And yes, the path to PIE.htc is correct.

here is what it looks like in IE8

screen

Here is what it looks like in chrome

screen2


/* input field styling */
input[type='text'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance:none;
    border-radius: 5px;
    color:#878787;
    padding-left: 5px;
    font-size: 16px;
    font-weight: bold;
    min-width: 400px;
    height: 35px;
    overflow: hidden;
    background: white;
    border: 2px solid #ccc;
    behavior: url(CSS3PIE/PIE.htc);
}
@pamtaro
Copy link

pamtaro commented Aug 13, 2013

@prateekjadhwani I got this to work by also adding

        position: relative;
        z-index:1;

@gongph
Copy link

gongph commented Feb 9, 2018

@prateekjadhwani The problem has been solved. Please look at this here: http://css3pie.com/documentation/pie-js/

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants