Categories

'border-radius' Style Property

Categories: Style Properties | CSS

border-radius

Plugin: jQuery.css.borderradius

Description: Set/get CSS border radius.

  • border-radius

    version added: 1.0

Extends the .css() method to support cross browser set and get CSS3 border-radius property.

  • Set border radius for all div elements.

    Code:
    $('div').css( 'border-radius', '10px' );