Pete: Background-color wird in Safari nicht dargestellt

Hallo,

ich habe folgenden CSS-Code

.head {
 background-color:#fefefe;
 padding:0px;
 margin-left:10px;
 margin-right:10px;
 margin-top:5px;
 margin-bottom:0px;
 font-size:100.1%;
}

.preViewContent {
 color:#9e917e;
 background-color:#fefefe;
 padding:0px;
 margin:0px;
}

.navigation {
 color:#fefefe;
 font-family:Arial,Helvetica,sans-serif;
 font-size:11px;
 background-color:#9e917e;
}

.element {
 padding-top:3px;
 padding-bottom:0px;
 padding-left:0px;
 padding-bottom:3px;
 margin:0px;
}

.ElNav {
 background-color:#9e917e;
 padding:4px;
 margin:0px;
 width:4.5em;
 float:left;
 }

.ElNavInput {
 color:#9e917e;
 background-color:#fefefe;
 padding:0px;
 margin:0px;
}

Und folgenden HTML-Code:

<body class="head">

<div class="preViewContent">
    <form action="" name="f">
    <div class="navigation">BLABLABLA</div>

<div class="element">
         <div class="ElNav"><input type='text' name='name0' class='ElNavInput' size='2' value='0'></div>

<div style="margin-left:7em;">BLABLABLA</div>

</div>
     </form>
</div>

</body>

Im Safari wird das <div class="navigation"> aber nicht farbig hinterlegt.

Kann mir jemand helfen?

Pete

  1. Hallo Pete,

    .navigation {
     color:#fefefe;
     font-family:Arial,Helvetica,sans-serif;
     font-size:11px;
     background-color:#9e917e;
    }
    Im Safari wird das <div class="navigation"> aber nicht farbig hinterlegt.

    bei mir schon:
    <img src="http://www.visuelya.de/selfpics/navi.jpg" border="0" alt="">
    (ist doch das blau umrandete, oder?)

    Gruß aus Köln-Ehrenfeld,

    Elya

    --
    "Alle mal an die Nase fassen, und zwar an die eigene": </archiv/2003/9/57903/#m324482>
    _____________
    elyas virtuelle Altbauwohnung: http://www.visuelya.de
    1. » (ist doch das blau umrandete, oder?)

      Nein, das links drunter. Aber das ist bei dir auch richtig hinterlegt. Komisch.

      Pete

      1. Hallo.

        Komisch.

        Vielleicht hilft dir http://www.mediaevent.de/article.php?story=20040727144153511.
        MfG, at