Max: ausgegraben: ie5, padding/margin

Beitrag lesen

hi ingo,

ich hab tatsächlich ´nen workaround gefunden:

a:link {
 text-decoration: none;
 color: #FF9933;
 margin-left: 0px;
 padding-left: 10px;
 voice-family: ""}"";
        voice-family:inherit;
 background-image: url(../images/link.gif);
 background-repeat: no-repeat;
 background-attachment: fixed;
 background-position: 0px 4px;

}

html>body #a:link {
                       background-image: url(../images/spacer.gif);
                background-repeat: no-repeat;
                background-attachment: fixed;
                background-position: 0px 4px;
                       }

vgl. ihr hier: http://www.parterremedia.de/csswork/css-box-modell/boxmodell-03.html

funktioniert klasse.
danke an alle für die unterstützung.
m.