Stefan Einspender: <hr> nicht css kompatibel?

Beitrag lesen

Hallo Christian,

width: 100%px;

^^^ was ist das?

Was spricht gegen diese Variante:
hr {
width: 100%;
height: 1px;
color: transparent;
background: transparent;
border-top: 1px solid #036;
border-bottom: 1px solid #036;
}
?

Viele Grüße,
Stefan