HTML|CSS: Space between input buttons

前端 未结 6 1214
孤城傲影
孤城傲影 2020-12-12 19:24

I have a problem in which I have a space between these two buttons.

The code is as follows:



        
6条回答
  •  心在旅途
    2020-12-12 20:14

    I see they have a set height and width. Adding overflow: hidden should hide the whitespace outside of your defined width. That is an alternative to eliminating the whitespace, as @Pikrass noted. Usually the whitespace is a IE problem, I've not noticed it in FF before.

提交回复
热议问题