Using CSS3Pie htc for border-radius in IE8

后端 未结 6 976
迷失自我
迷失自我 2020-12-05 11:52

I\'m using the CSS3Pie htc file to enable border-radius in IE8, but I\'m getting no effect. My CSS is:

button {
    border-radius: 4px;
    -web         


        
6条回答
  •  执念已碎
    2020-12-05 12:44

    Just in case anyone is trying to apply this to table cells, you'll need to apply position: relative to the table element (and not the tdor th, even though those are the elements being rounded).

提交回复
热议问题