theresa: zeilenabstand nach h1 in IE6 viel zu groß

Beitrag lesen

hi,
ich hab per browserweiche ein eigenes stylesheet für den ie6:
body, html
{
 height: 100%;
 margin: 0px;
 background-color:#FFFFFF;
 font-family: Verdana, Helvetica, sans-serif;
 color:#000;
 font-size: 12px;
 text-decoration: none;
 text-align: center;
}
h1
{
 font-family: Verdana, Helvetica, sans-serif;
 color:#000;
 font-size: 14px;
 font-weight: bold;
 text-decoration: none;
 padding-bottom: 3px;
 margin: 0px;
}
p
{
 font-family: Verdana, Helvetica, sans-serif;
 color:#0000;
 font-size: 12px;
 text-decoration: none;
}