So, jetzt aber.
Ich teste jetzt hier http://eduardojenaro.eu/entstehungbl.php.
Damit die Startseite offline sein kann...
Ich teste jetzt hier http://eduardojenaro.eu/entstehungbl.php.
Damit die Startseite offline sein kann...
Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
1. Habe ich das nicht von dir kopiert, sondern selbst strukturiert.
2. Wo ist der Unterschied, ob ich es mit Tabulator oder Leerzeichen mache?
3. Verstehe ich einfach nicht, was jetzt noch an der Strukturierung falsch sein soll. Ich habe doch jetzt immer die entsprechenden <ul></ul> untereinander und die entsprechenden <li></li>...
#menu a, #menu h2 {
font: 16px/20px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
display: block;[COLOR=Red][B];[/B][/COLOR]
border-width: 0px;
margin: 0;
padding: 8px 3px;
}
#menu [COLOR=Red][B]ul[/B][/COLOR] ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;
}
div#menu [COLOR=Red][B]ul[/B][/COLOR] ul ul,
div#menu [COLOR=Red][B]ul[/B][/COLOR] ul li:hover ul ul,
div#menu [COLOR=Red][B]ul[/B][/COLOR] ul ul li:hover ul ul
{display: none;}
div#menu [COLOR=Red][B]ul[/B][/COLOR] ul li:hover ul,
div#menu [COLOR=Red][B]ul[/B][/COLOR] ul ul li:hover ul,
div#menu [COLOR=Red][B]ul[/B][/COLOR] ul ul ul li:hover ul
{display: block;}