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://npl.ibles.plに、バナーの上にテキストが表示されたimgがあります。IE8では高さの半分だけ低く配置されています。理由を教えていただけませんか。
IE 8の条件付きコメントをに入れて、headおおよその#site-slogan例にbottom: 16px; 示します。
head
#site-slogan
bottom: 16px;
<!--[if IE 8]> <style> #site-slogan { bottom: 16px; } </style> <![endif]-->