css - Using CSS3Pie htc for border-radius in IE8 -


i'm using css3pie htc file enable border-radius in ie8, i'm getting no effect. css is:

button {     border-radius: 4px;     -webkit-border-radius: 4px;     -moz-border-radius: 4px;     behavior: url(pie.htc); } 

i've put pie.htc in public root (as done on css3pie demo page), having tried in same folder, using relative uri , absolute uri.

the demos working; not code!

thanks, adam

try adding

position:relative; z-index: 0; 

as suggested here http://css3pie.com/forum/viewtopic.php?f=3&t=10

this question similar 1 posted here:

css3 pie - giving ie border-radius support not working?


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -