Antipitch: Frage zu: "Mehrspaltige CSS-basierte Layouts" - Unterpunkte

Beitrag lesen

Hi

<li id="Navigation 2"><a href="unter1.htm">Unterpunkt 1</a></li>

^
                     ^

Fällt was auf?

"In CSS, identifiers (including element names, classes, and IDs in selectors) can contain only the characters [a-z0-9] and ISO 10646 characters U+00A1 and higher, plus the hyphen (-) and the underscore (_); they cannot start with a digit, or a hyphen followed by a digit. Identifiers can also contain escaped characters and any ISO 10646 character as a numeric code (see next item). For instance, the identifier "B&W?" may be written as "B&W?" or "B\26 W\3F"."

Außerdem wirst du die Formatierung ja mehrfach in einer Seite nutzen wollen. Wenn möglich solltest du also einen Nachfahren-Selekor oder sonst eine Klasse (class) verwenden. ID bedeutet eindeutig (also immer nur 1x).

Gruß
Antipitch