Beiträge von MrTux

    Hallo,

    ich stehe vor einem seltsamen Phänomen, eine h1-Überschrift erscheint als Link, obwohl ihr kein Link zugeordnet ist. Hier der Code:


    <div id="s0"><IMG src="./assets/images/bannerscar.jpg" width="100%" height="120" align="left" border="0" alt="Domenico Scarlatti"></a></div>


    Der HTML-Code lautet:

    HTML
    <div id="a2">
    <p style= "text-align: center;"><h1>Domenico Scarlatti</h1></p>
    
    <h2><P><b><a href="./deutsch/index.html">Deutsch</a></b></p>
    <p><b><a href="./english/index.html">English</a></b></p>
    <p><b><a href="./nederlands/index.html">Nederlands</b></p>
    <p><b><a href="./Espanol/index.html">Espa&WCF_AMPERSANDñol</a></b></p></h2>
    <p>&nbsp;</p>


    Die Navigation ist wie folgt:


    HTML
    <div id="a3"><a href="https://www.domenico-scarlatti.de/deutsch"><img src="./assets/images/Navi01.png" width "137" height="35" align="center" alt="Deutsch">&nbsp;&nbsp;&nbsp;<
    a href="https://www.domenico-scarlatti.de/english"><img src="./assets/images/Navi02.png" width "137" height="35" align="center" alt="English">&nbsp;&nbsp;&nbsp;
    ;<a href="https://www.domenico-scarlatti.de/nederlands"><img src="./assets/images/Navi03.png" width "137" height="35" align="center" alt="Nederlands">&nbsp;&nbsp;&nbsp;
    <a href="https://www.domenico-scarlatti.de/Espanol"><img src="./assets/images/Navi04.png" width "137" height="35" align="center" alt="Espa&WCF_AMPERSANDñol"></div>

    Die div-Defintion ist wie folgt:


    CSS
    #a1 { position:absolute; top:250px; left:35px; width:85%; min-height:150px;
    z-index:-1; background-color:#f0e3b0; }
    #a2 { position:absolute; top:300px; left:25px; width:85%; min-height:100px; background-color:#f0e3b0; }
    #a3 { position:absolute; top:200px; left:35px; width:85%; height:35px;
    z-index:1; background-color:#f0e3b0; }
    #a4 { position.absolute; top:200px; width:85%; min-height:30px;}
    #s0 { position:absolute; top: 30px; left:35px; width: 100%; min-height: 150px; }

    Ich komme nicht weiter. Hab ich was übersehen?


    Gru? Hannes