ページの中央の div レイヤーには 3 つのレイヤーがあります。 1,2,3
この3つのレイヤーを並べて表示したいのですが、Firefoxでは表示できるのですが、IEでは真ん中と後ろのレイヤーが落ちてしまいます。
解決方法を専門家に尋ねてください。 。 。 。
& & & lt;
& lt;/div & lt; T; div>3
<style type="text/css"><!doctype html><style type="text/css">#pages {width:900px;background-color:black;margin:auto;}#d1 {width:200px;height:100px;float:left;background-color:red;}#d2 {width:200px;height:100px;float:left;background-color:yellow;}#d3 {width:200px;height:100px;float:left;background-color:green;}</style><div id="pages"><div id="d1"></div><div id="d2"></div><div id="d3"></div></div>
上記のコード:最初の行は多すぎるので、削除してください:
<!doctype html><style type="text/css">#pages {width:900px;background-color:black;margin:auto;}#d1 {width:200px;height:100px;float:left;background-color:red;}#d2 {width:200px;height:100px;float:left;background-color:yellow;}#d3 {width:200px;height:100px;float:left;background-color:green;}</style><div id="pages"><div id="d1"></div><div id="d2"></div><div id="d3"></div></div>
スタイルシートを使用して制御します
パーセンテージ制御を使用して幅を変更することもできます。これにより、ページのサイズに応じて div の幅が自動的に制御されます~~
DIV は幅に適応します、フローティング コードと幅を追加しないと不可能です