Hi,
Jdev Version: 11.1.1.5.
I have styled my command button with the border-radius. The curved edges are not showing up in Internet Explorer 7 / 8.
IE9, firefox and chrome rendering them properly.
my CSS code..
af|commandButton.testButton
{
background-color: Black;
color: White;
width: 85px;
height: 30px;
font-family: Calibri;
font-size: larger;
border-radius: 10px;
behavior: url(PIE.htc);
}
I got line num# 10 from http://css3pie.com/about/
But no luck. Can anyone help me ??
Thanks,
Saif.