
only curve ONE corner in IE8
I tried using
border-radius.htc from
http://www.htmlremix.com/css/curved-cor ... ss-browserbut it doesn't seem to work with only one corner...it curves the whole div.
So then I found:
http://stackoverflow.com/questions/2988 ... ie-vroundrWhere someone says:
Quote:
"I was able to get it to work with border-radius: 0 0 10px 10px; and htc from
http://css3pie.com/ "
So I installed it in the same directory as border-radius.htc
(Instead of border-radius.htc I am pointing to PIE.htc)
No love. I can't even get PIE to work.