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.
幅が100%のdivがあります。そのdivには、隣り合ったdivがあります。左、中央、右。中央の幅は900pxです。左右は100%です。左右をスケーラブルにしたいのですが、うまくいきません。左右が全幅になります...
<div> 100% <div>left 100%</div> <div>center 900px</div> <div>right 100%</div> </div>
誰かがそれを機能させる方法を知っていますか?