在這裏我有一個情況,我想使我的map
well
一個fixed
大小。如何使井固定尺寸引導
這裏是一個的jsfiddle:https://jsfiddle.net/x4gM4/36/(請滾動要注意什麼,我試圖)
我已經嘗試一下你們在的jsfiddle看到請幫助我,使我的map
一個fixed sized
這裏是我的主要的div
<div class="row"> <!-- start of row -->
<div class="col-sm-6">
<div class="well"> 4 images goes here </div>
</div>
<!-- google map goes here, whom i want to be fixed -->
<div class="col-sm-6">
<div class="well">
google Map
</div>
</div>
</div> <!-- end of one row -->
問題:我想google map
well
是固定的反對scrolling
images
請的jsfiddle大小按下面的圖片
請幫我在此先感謝!
'position:fixed' –