Add Twitter Bootstrap icon to Input box

前端 未结 5 510
天命终不由人
天命终不由人 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:01

    Since the glyphicons image is a sprite, you really can't do that: fundamentally what you want is to limit the size of the background, but there's no way to specify how big the background is. Either you cut out the icon you want, size it down and use it, or use something like the input field prepend/append option (http://twitter.github.io/bootstrap/base-css.html#forms and then search for prepended inputs).

提交回复
热议问题