Unterschiedliche Darstellung Offline vs. div. Browser

  • Hallo!
    Ich hoffe, jemand kann mir folgendes für mich unerklärliche Phänomen erklären:

    Folgende Seite http://www.riekmund.com/projectweddingdress.html sieht bei mir offline so aus (so soll es auch sein):

    In meinem Safari (nachdem ich den Cache geleert habe auch noch) dann so:

    Und in meinem Firefox Browser dann so:

    Fangen wir erstmal mit der Menüleiste an... Die div-Formatierung im Head sieht wie folgt aus:

    Code
    div.c4 {position:fixed;bottom:3%;right:4%;margin-right:0px;margin-bottom:0px}

    und im Body dann so:

    Code
    <div class="c4"><a href="http://www.riekmund.com/about.html" class="class1"><img src="about.gif" border="0" width="7%" onmouseover="this.src='about.gif';" onmouseout="this.src='about.gif'; opacity:0.3" alt="about"></a> 
    <img src="blind.gif" border="0" width="1%" alt="">
    <img src="collections_shop.png" border="0" width="20%" onmouseover="this.src='collections_shop.png';" onmouseout="this.src='collections_shop.png'; opacity:0.3" alt="collections and shop">
    <img src="blind.gif" border="0" width="1%" alt=""> 
    .
    .
    .
    </div>


    Gruß, Rike