Hi
der Titel sagt bereits alles. Ich habe eine Überschrift die im Internet Explorer (6) um 2 px nach unten verruscht dargestellt wird. Der Code ist recht simpel:
HTML:
<div id="container">
<div id="header"><h1 class="blogtitle">Another Insane Blog</h1><span class="blogsubtitle">Including other brand-new Insane Blogenrties</span></div>
</div>
CSS:
h1.blogtitle {
font-family: Verdana, Helvetica, sans-serif;
color: #d0d0d0;
font-size: 30px;
line-height: 34px;
font-weight: normal;
padding: 0px;
margin: 0px 0px -4px 0px;
}
Hm :/
Luke