Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Twitter Bootstrap を使用して、固定幅の列と可変幅の列を正確にこのように混在させたいと考えています。
ご覧のとおり、HTML と CSS を使用すると簡単に実行できます。ブートストラップのみを使用してそれを行う方法はありますか?
Bootstrap には流動的なスタイルを防ぐ方法はありません。新しいクラスを作成し、同じ div で使用する必要があります。
<div class="span4 newclass"> .newclass{width:200px!important}
左または右に絶対的に配置された固定幅の列を含むスパンを作成し、固定列に収まる十分な幅のマージンを持つ別の列を追加する必要があります。