
Border is not rendered, depending on value of border-radius
Hi,
first I like to say: thanks for all your work at this useful tool. I appreciate it a lot.
I have a problem with the following code:
Code:
p { border-color: red; border-width: 0 1px 1px 1px; border-style: none solid solid solid; border-radius: 0 0 4px 4px; behavior: url(/css/pie.htc); }
<p>Lorem</p>
The left border is not rendered in IE 8.
When I increase just the value for border-radius from 4 to 6, the left border is rendered.
Can you reproduce that? Is there a solution to be able to use 4px as value?
Thanks.