Padding in select boxes

后端 未结 4 1595
北荒
北荒 2021-02-20 10:10

I know select boxes are a bit of a pain to style with css, but without resorting to advanced techniques is there anyway I can add some padding to push down the text a bit withou

4条回答
  •  野性不改
    2021-02-20 10:49

    Interesting test here http://cssdeck.com/labs/styling-select-box-with-css3

    The author covered the arrow on the right hand side and created its own, using vendor prefixed css to target different browsers. after doing that, your padding is all free.

提交回复
热议问题