1
我正在嘗試在bootstrap3中對img-responsive做文本。它工作不正常,因爲當我做'絕對'的CSS它將不會響應。 如何製作按鈕總是 apear的形象和迴應?IMG響應式引導程序3上的響應按鈕
一些HTML
<div class="container">
<div class="row">
<div class=" col-md-12 col-sm-12 col-xs-12">
<div class=" col-md-6 col-sm-12 col-xs-12 ">
<img class="left img-responsive" src="http://placehold.it/350x250" alt="">
<div class="btn btn-danger button-image">
DOWNLOAD
</div>
</div>
<div class=" col-md-6 col-sm-12 col-xs-12 ">
<img class="left img-responsive" src="http://placehold.it/350x250" alt="">
<div class="btn btn-danger button-image">
SEE MORE
</div>
</div>
</div>
</div></div>
<div id="push"></div>
Bootply http://www.bootply.com/131025