Add Twitter Bootstrap icon to Input box

前端 未结 5 529
天命终不由人
天命终不由人 2020-12-13 04:08

How can we add a Twitter Bootstrap icon icon-search to the right of a text input element?

The following attempt placed all the icons inside the input el

5条回答
  •  误落风尘
    2020-12-13 05:05

    Updated Bootstrap 3.x

    You can use the .input-group class like this:

    Working Demo in jsFiddle for 3.x


    Bootstrap 2.x

    You can use the .input-append class like this:

    Working Demo in jsFiddle for 2.x


    Both will look like this:

    screenshot outside

    If you'd like the icon inside the input box, like this:

    screenshot inside

    Then see my answer to Add a Bootstrap Glyphicon to Input Box

提交回复
热议问题