[FONT=&]Hallo liebe Forenmitglieder,[/FONT]
[FONT=&]
[/FONT]
[FONT=&]ich habe mal eine Anfängerfrage. Im HTML-Dokument habe ich eine Klasse subsummary erstellt:[/FONT]
[FONT=&]
[/FONT]
[FONT=&]<details>
[/FONT]
[FONT=&] <summary>SEK I</summary>[/FONT]
[FONT=&] <details>[/FONT]
[FONT=&] <summary class="subsummary">Haupt und Realschule KC und Thementabellen</summary>[/FONT]
[FONT=&] <ul>[/FONT]
[FONT=&] <li><a href="meineDaten/Se...[/FONT]
[FONT=&] ...[/FONT]
[FONT=&]
[/FONT]
[FONT=&]Im Stylesheet:[/FONT]
[FONT=&]summary {[/FONT]
[FONT=&] margin-left: 10px;[/FONT]
[FONT=&] padding-left: 5px;[/FONT]
[FONT=&] background: #003300;[/FONT]
[FONT=&] color: #FFFFFF;[/FONT]
[FONT=&] border: solid #FFFFFF 1px;[/FONT]
[FONT=&] cursor: pointer;[/FONT]
[FONT=&] width: 98%;[/FONT]
[FONT=&]}[/FONT]
[FONT=&].subsummary {[/FONT]
[FONT=&] background: #006600 !important; /*WARUM GEHT DAS NICHT Das !Important hat schon mal nicht geholfen...???????????*/[/FONT]
[FONT=&]}[/FONT]
[FONT=&]details ul {[/FONT]
[FONT=&] list-style: none;[/FONT]
[FONT=&] margin-bottom: 1em;[/FONT]
[FONT=&]}[/FONT]
[FONT=&]
[/FONT]
[FONT=&]Trotzdem haben beide Summary-Blöcke das gleiche Grün. Was mache ich falsch???[/FONT]
[FONT=&]
[/FONT]
[FONT=&]Danke für Antworten[/FONT]
Warum machr meine Klasse im Stylesheet nicht das was ich erwarte?
-
ogli -
6. April 2018 um 10:41 -
Geschlossen
-
-
Crossposting
-
Versuchs mal so:
HTML<details> <summary>SEK I</summary> <summary class="subsummary">Haupt und Realschule KC und Thementabellen</summary> </details>
oder so:HTML<details> <summary>SEK I</summary> <p>Hallo...</p> </details> <details> <summary class="subsummary">Haupt und Realschule KC und Thementabellen</summary> <p>Hallo...nochmal</p> </details>
oder so: -
- Offizieller Beitrag
[MOD: geschlossen, Crossposting]