Add icon to submit button in twitter bootstrap 2

后端 未结 12 1806
被撕碎了的回忆
被撕碎了的回忆 2020-12-04 05:44

I want to use the twitter bootstrap icons on my form input submit buttons.

The examples on http://twitter.github.com/bootstrap/base-css.html#icons mainly show style

12条回答
  •  青春惊慌失措
    2020-12-04 06:07

    I think you can use label tags for this purpose. Here is a sample of the twitter bootstrap HTML navbar:

    
    

    Basically you get a label element for the input (type=submit) and then you hide the actual input submit. Users can click on the label element and still get through with the form submission.

提交回复
热议问题