Hisky
Grünschnabel
Guten Abend,
ich dreh noch durch. (Standardsatz von CSS Planlosen )
Meine Seite http://www.hisky.de hat als Header ein Bild, dessen Größe durch eine Theme CSS Datei festgelegt wird. IE kapiert das, für FireFox fehlt wohl ein Befehl.
Woran liegt es, dass in FireFox die style.css nicht greift?
ich dreh noch durch. (Standardsatz von CSS Planlosen )
Meine Seite http://www.hisky.de hat als Header ein Bild, dessen Größe durch eine Theme CSS Datei festgelegt wird. IE kapiert das, für FireFox fehlt wohl ein Befehl.
Woran liegt es, dass in FireFox die style.css nicht greift?
PHP:
/* Header +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/**/ * html .Header { height: 175px;} /* */
.Header { background: url(images/HeaderBkg.jpg) repeat-x left top; width: 1000px; position: relative; clear: left; padding: 0px; min-height:95px;}
.Header h1 { font-size: 28px; line-height: 28px; letter-spacing: -1px; padding: 27px 5px 0px 100px; margin: 0px; font-weight: normal;}
.Header h1 a { color:#fff; text-decoration: none; }
.Header h1 a:visited { color:#fff; text-decoration: none; }
.Header h1 a:hover { color:#fff; text-decoration: none; }
.Header .Desc { color:#75c0d9; font-size: 14px; line-height: 14px; font-weight: bold; letter-spacing: -1px; font-family: 'Arial'; padding: 0px; margin: 0px 0px 0px 100px;}