Beiträge von Serdar67

    <!DOCTYPE html>

    <html>

    <head>

    <title>For you</title>


    <style>

    .div1 {

    background:blue;

    width:100%;

    height:50px;

    }

    .div2{

    background:yellow;

    width:100%;

    height:350px;

    }

    .div3{

    background:black;

    width:100%;

    height:250px;

    }

    </style>

    </head>

    <body>

    <div class="div1"></div>

    <div class="div2"></div>

    <div class="div3"></div>

    </body>

    </html>


    Ich denke du meinst das so oder . ?


    background:black;

    or

    background-color:black; ist das selbe

    Hallo.


    ich bräuchte dringend HILFE , ich komme nicht mehr weiter.. :(


    also ich möchte Navi liste in die mitte (center) verschieben aber ohne dass sich bei @media was ändert


    habe viele möglichkeiten getestet aber ohne erfolg :/


    also die breite ist 940px;

    body{

    margin:0 auto;

    max-width: 940px;!!!!!!!!!!!!

    min-width: 720px;

    }


    aber die leiste überschreitet die grenze warum ?:(


    Qeultext:

    <!DOCTYPE html>

    <html>

    <head>

    <meta charset="UTF-8">

    <meta name="viewport" content="width=device-width, initial-scale=1">

    <title>Toggle Menü ohne JavaScript (CSS:target)</title>

    <style>

    body{

    margin:0 auto;

    max-width: 940px;

    min-width: 720px;

    }

    * {

    margin: 0;

    padding: 0;

    font-family: Arial, sans-serif;

    }

    header {

    background-color: yellow;

    background-color: gray;

    width: 100%;

    float: left;

    border-bottom: 1px solid black;

    }

    #bereichlogo {

    color: white;

    background-color: limegreen;

    display: block;

    padding: 0.5em;

    text-decoration: none;

    float: left;

    }

    #bereichlogo {

    width: auto;

    }

    #steuerung li {

    list-style: none;

    float: left;

    }

    #steuerung a {

    display: block;

    height: 100%;

    width: 100%;

    padding: 0.5em;

    text-decoration: none;

    color: white;

    background-color: black;

    }

    .menue-button {

    display: none;

    }

    #steuerung {

    float: right;

    }

    #steuerung a:hover {

    color: black;

    background: orange;

    }

    /* CSS erweitern um MENÜ-Button und entsprechende Steuerung */

    /* Menü-Button oben rechts einblenden bei kleiner als 600px */

    @media only screen and (max-width:600px) {

    .menue-button {

    display: block;

    }

    .menue-button {

    background-color: darkblue;

    display: block;

    position: absolute;

    right: 0;

    top: 0;

    padding: 0.5em;

    color: white;

    cursor: pointer;

    text-decoration: none;

    }

    #bereichlogo {

    width: 100%;

    }

    #steuerung {

    float: left;

    width: 100%;

    display: none;

    }

    #steuerung li {

    width: 100%;

    border-bottom: 2px solid silver;

    }

    .menue-button:hover {

    color: black;

    background: orange;

    }

    }

    /* die Magie, um die Steuerung einzublenden (auch auf mobile Devices) */

    #nav-menue:target #steuerung {

    display: block;

    }

    /* ausblenden des Menü-Buttons zum öffnen - somit wird der zum Schließen sichtbar */

    #nav-menue:target .menue-button-beschr-open {

    display: none ;

    }

    /* Allgemein Anweisungen */

    section {

    padding: 0.5em;

    float: left;

    width: 100%;

    }

    h1, p {

    margin: 0.5em 0 0 0;

    }

    </style>

    </head>

    <body>

    <header id="nav-menue">

    <a href="#" id="bereichlogo">HTML-Seminar.de</a>

    <nav id="steuerung" role="navigation">

    <ul>

    <li><a href="#">Startseite</a></li>

    <li><a href="#">HTML lernen</a></li>

    <li><a href="#">Beispiele</a></li>

    <li><a href="#">Kontakt</a></li>

    <li><a href="#">Impressum</a></li>

    </ul>

    </nav>

    <a class="menue-button menue-button-beschr-close"

    href="#nav-menue-zu">MENÜ zu</a>

    <a class="menue-button menue-button-beschr-open"

    href="#nav-menue">MENÜ auf</a>

    </header>

    <section>

    <h1>Toggle Menü ohne JavaScript (CSS:target)</h1>

    <h2>Steuerung für mobile Geräte</h2>

    <p>Inhalt Inhalt Inhalt Inhalt Inhalt Inhalt Inhalt Inhalt Inhalt

    Inhalt Inhalt Inhalt Inhalt Inhalt Inhalt Inhalt Inhalt Inhalt

    Inhalt Inhalt Inhalt Inhalt Inhalt Inhalt Inhalt Inhalt Inhalt

    Inhalt Inhalt Inhalt Inhalt Inhalt Inhalt Inhalt Inhalt Inhalt

    Inhalt Inhalt Inhalt Inhalt Inhalt Inhalt Inhalt Inhalt Inhalt

    Inhalt Inhalt Inhalt Inhalt Inhalt Inhalt Inhalt Inhalt Inhalt

    Inhalt Inhalt Inhalt Inhalt Inhalt Inhalt Inhalt Inhalt Inhalt

    Inhalt Inhalt Inhalt Inhalt Inhalt Inhalt Inhalt Inhalt Inhalt

    Inhalt Inhalt Inhalt Inhalt Inhalt Inhalt Inhalt Inhalt Inhalt

    Inhalt Inhalt Inhalt Inhalt Inhalt Inhalt Inhalt Inhalt Inhalt

    Inhalt.</p>

    <p>Inhalt Inhalt Inhalt Inhalt Inhalt Inhalt Inhalt Inhalt Inhalt

    Inhalt Inhalt Inhalt Inhalt Inhalt Inhalt Inhalt Inhalt Inhalt

    Inhalt Inhalt Inhalt Inhalt Inhalt Inhalt Inhalt Inhalt Inhalt

    Inhalt Inhalt Inhalt Inhalt Inhalt Inhalt Inhalt Inhalt Inhalt

    Inhalt Inhalt Inhalt Inhalt Inhalt Inhalt Inhalt Inhalt Inhalt

    Inhalt Inhalt Inhalt Inhalt Inhalt Inhalt Inhalt Inhalt Inhalt

    Inhalt Inhalt Inhalt Inhalt Inhalt Inhalt Inhalt Inhalt Inhalt

    Inhalt Inhalt Inhalt Inhalt Inhalt Inhalt Inhalt Inhalt Inhalt

    Inhalt Inhalt Inhalt Inhalt Inhalt Inhalt Inhalt Inhalt Inhalt

    Inhalt Inhalt Inhalt Inhalt Inhalt Inhalt Inhalt Inhalt Inhalt

    Inhalt.</p>

    </section>

    </body>

    </html>


    ist von: https://www.html-seminar.de/to…omatische-umschaltung.htm