Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Skinning- Border Radius not working in IE8 / IE7

Saif KhanOct 31 2013 — edited Oct 31 2013

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.

This post has been answered by Timo Hahn on Oct 31 2013
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 28 2013
Added on Oct 31 2013
3 comments
319 views