• Jetzt anmelden. Es dauert nur 2 Minuten und ist kostenlos!

css-hintergrundbild ie machts moz nicht

hirsch

Neues Mitglied
jemand ne idee?

habe unter

Hompage Feyel-Schule

ein hintergrundbild ins css body eingefügt. (sieht man rechts untenwenn man die site grösser zieht)

ie stellts dar, moz solls auch, machts aber nicht. wie kann ich das fixen?

Code:
body,table,td,tr,div,form,p {
    text-decoration: none;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9pt;
    color: #666;
    font-style: normal;
    line-height: 16px;
    font-weight: normal;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    scrollbar-face-color: #B8093A;
    scrollbar-arrow-color: #ffffff;
    scrollbar-base-color: #ffffff;
    scrollbar-3d-light-color: #ffffff;
    scrollbar-darkshadow-color: #ffffff;
    scrollbar-highlight-color: #ffffff;
    scrollbar-shadow-color: #ffffff;
    scrollbar-track-color: #ffffff;
}

body {
    background-color: #FFFFFF;
    text-decoration: none;
    background-image: url(Images/fusszeile.jpg);
    background-position: right bottom;
}

a {
    text-decoration: none;
    color: #666;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}

a:hover  {
    text-decoration: none;
    color: #CF0515;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}

.nav {
    font-family: Verdana, Helvetica, sans-serif;
    color: #999;
    text-decoration: none;
    line-height: 30px;
    font-size: 9pt;
    font-style: normal;
    font-weight: bold;
}

.navmark{
    font-family: Verdana, Helvetica, sans-serif;
    color: #CF0515;
    text-decoration: none;
    line-height: 30px;
    font-size: 9pt;
    font-style: normal;
    font-weight: bold;
}

.nav:a  {
    color: #ffffff;
    text-decoration: none;
}

.nav:hover  {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

.aktuelles {
    text-decoration: none;
    color: #FF6633;
    font-weight: normal;
}

.headline {
    font-size: 10pt;
    font-family: Verdana, Geneva, sans-serif;
    font-style: normal;
    color: #FFF;
    z-index: 1000;
}

.bildtext {
    font-size: 8pt;
    font-weight: bold;
    line-height: 13px;
    background-position: right bottom;
    position: relative;
}
 
Bei mir wird auch im Firefox das Hintergrundbild angezeigt. Ich seh jedenfalls keinen Unterschied zwischen IE und FF.
 
ein hintergrundbild ins css body eingefügt.
Nö. Firefox zeigt bei mir im CSS-Code für den body kein Background.image an.

Aber ein Bild sitzt da irgendwo mitten drin.

Übrigens...als ich den Code gesehen habe, war mein erster Gedanke: OMG! Was hast Du denn da zusammengeschustert? Mit HTML hat das nicht viel zu tun...
 
Ja, der Code ist natürlich unterirdisch, aber im FF3.5.1 sieht es aus wie im IE6, 7 und 8.

Links oben, hinter dem Logo sehe ich 2 kleine Kreise und rechts unten 2 größere Kreise.

Chrome, Opera und Safari zeigen es auch so an. FF3.0 kann ich nicht mehr testen.
 
Zurück
Oben