Boostrap: How to “stick” a button over an image when re-sizing

后端 未结 2 1686
既然无缘
既然无缘 2020-12-29 00:50

I have an image in which I need to put a button over, the problem is that I don\'t know how to place the button and automatically re-size and position it when making the bro

2条回答
  •  再見小時候
    2020-12-29 01:12

    I have to ask if there's a possibility to replace form tag into another DIV? Then you can just use position: absolute for button. I created fiddle to show how https://jsfiddle.net/1x1pjwk7/

提交回复
热议问题