How do you create a hidden div that doesn't create a line break or horizontal space?

后端 未结 10 1217
故里飘歌
故里飘歌 2020-11-29 15:18

I want to have a hidden checkbox that doesn\'t take up any space on the screen.

If I have this:


      
10条回答
  •  再見小時候
    2020-11-29 15:23

    Since the release of HTML5 one can now simply do:

    
    

    Note: This is not supported by some old browsers, most notably IE < 11.

    Hidden Attribute Documentation (MDN,W3C)

提交回复
热议问题