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.
このページでは、IEに深紅色のIDヘッダーをページの全幅で表示させることができません。ただし、FFとChromeでは正常に動作します。何か提案はありますか?
#header width: 100%;代わりに与えてみてくださいwidth: auto;
#header
width: 100%;
width: auto;
追加:
body, html { padding: 0; margin: 0; }
CSSファイルに。
IEの条件文はいつでも作成できます。
<!--[if IE]> <style type="text/css"> /*Put your styles specific for ie below*/ </style> <![endif]-->