LoginSignup
2
2

More than 5 years have passed since last update.

チェックボックスのラベルが、2行以上になってもボタンの下に表示させない

Posted at
html

<input type="checkbox" name="feature[]" value="5" id="SearchFeature5"><label for="SearchFeature5">てすと</label>
css
input{float:left;}
label{display:block; overflow:hidden;}

こんな感じでできた。・・・気がする。

2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2