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.
みなさん、こんにちは…次のリンクについてご意見をお聞かせください。http://dante.edoardobiasini.it ie7の何らかの理由で、上記の固定ヘッダーは中央に配置されていませんが、右端まで移動しています…ありがとうございます
IE7は、常に適切に動作するとは限りません。left: autoこれは#branding、現時点での機能です。
left: auto
#branding
これを修正するには、次を追加します。
#branding { left: 50%; margin-left: -480px; /* 960/2 */ }