How do I remove checkbox border?

前端 未结 8 1229
别跟我提以往
别跟我提以往 2020-12-06 05:33

Is it possible to remove the borders around a checkbox so that it appears invisible? I have it placed in a DIV with a color background.

8条回答
  •  天命终不由人
    2020-12-06 06:00

    I know this is a late answer, but a CSS expert I work with gave me this way to get rid of the border around a checkbox (and probably radio button) in IE10:

    • Set the border color to the same color as the page's background.
    • Apply a box-shadow of "none" to it.

    That's it. Worked like a charm!

提交回复
热议问题