- Firefox-Version
- Firefox 122.0
- Betriebssystem
- Windows 10 22H2 64 Bit
Hallo @ all.
Ich sehe mal wieder den Wald vor lauter Bäumen nicht
Ich möchte hier die Reihenfolge ändern:
Das ging sonst immer mit z.B. so einem Code:
CSS
ul.dropdownMenu:nth-child(4) > li:nth-child(5) {
color: red !important;
font-weight: bold !important;
order: -4 !important;
}
ul.dropdownMenu:nth-child(4) > li:nth-child(9) {
color: blue !important;
font-weight: bold !important;
order: -1 !important;
}
Jetzt hat order keine Wirkung mehr
Habe ich evtl. etwas verpasst?
Für jegliche Hilfe wie immer...herzlichen Dank vorweg.