Forum Moderators: not2easy

Message Too Old, No Replies

border radius in chrome

         

whatson

9:19 pm on Oct 9, 2012 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



When using
border-radius: 5px
For a select box, in Chrome it seems to put a straight border around the radius border. How do I correct this?

limbo

8:07 pm on Nov 20, 2012 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I would think this is an inheritance issue - tried commenting out your CSS?

rainborick

8:37 pm on Nov 20, 2012 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Select boxes and buttons do have style settings by default. Try adding border:none; too.

hackrishna

11:43 am on Dec 2, 2012 (gmt 0)

10+ Year Member



There must be another property in your CSS for default select boxes so try this

border-radius:5px !important;