Beiträge von robert:absolute

    hier der code:

    <style type="text/css">

    * {

    margin: 0;
    padding: 0;

    }

    body {

    margin: auto;
    text-align: center;
    background-color: #ffffff;
    font-size: 90%;
    font-family: verdana;

    }

    #nav {

    margin: auto;
    position: relative;
    top: 0;
    width: 800px;
    height: 40px;
    background-image: url(kopkar.jpg);
    background-repeat: repeat-x;
    text-valign: center;
    border-left: 1px solid white;
    border-right: 1px solid white;

    }

    #nav a.lef {

    position: absolute;
    left: 10px;
    top: 10px;
    color: #ffffff;
    text-decoration: none;

    }

    #nav a.right {

    position: absolute;
    top: 10px;
    right: 10px;
    color: #ffffff;
    text-decoration: none;

    }

    #nav h3 {

    position: relative;
    top:7px;
    font-family: Palatino Linotype;
    color: #ffffff;

    }

    #weine {

    margin: auto;
    position: relative;
    top: 0;
    width: 800px;
    height: 952px;
    background-color: transparent;
    background-image: url(Celeste-Crianza-2007-Spanien.jpg);
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid white;

    }

    #unten {

    margin: auto;
    position: relative;
    top: 0;
    width: 800px;
    height: 40px;
    background-image: url(unt.jpg);
    background-repeat: none;
    border-left: 1px solid white;
    border-right: 1px solid white;

    }

    </style>
    </head>
    <body>

    <div id="nav">

    <a class="lef" href="Sanzeno.html">hoho</a>

    <h3>Celeste Crianza 2007 Spanien</h3>

    <a class="right" href="Le Serre Nuove.html">weiter</a>

    </div>

    <div id="weine">

    </div>

    <div id="unten">

    </div>

    </body>

    </html>

    <-- es ist der #nav a.lef tag, der einfach nicht fkt.. !-->

    Einen schönen guten Tag,

    ich habe eine Frage: Und zwar habe ich einen link in einer Art Navigation für eine Bildvorschau erstellt. Jedoch wird der eine Link, insgesamt sind es 2, nicht erkannt und ich habe keine Ahnung woran das liegen könnte, da ja der andere Link fkt. und diese beiden auch komplett identisch sind.

    ich würde mich sehr freuen, wenn mir jemand behilflich sein könnte..

    Mit besten Grüßen, Robert..