Padding in select boxes

后端 未结 4 1594
北荒
北荒 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:57

    Since select boxes appear differently on different browsers and especially operating systems, you cannot guarantee a consistency.

    For example, the minimal amount of formatting I can do on a mac is this:

    select { height:40px; background:transparent; }
    

    And it looks like this:

    Select Box

提交回复
热议问题