Hallo Felix.
Deine Listen-Struktur im HTML stimmt nicht.
Warum sollte sie nicht? Hier einmal etwas sinnvoller eingerückt:
<ul id="nav">
<li><a href="#">Punkt1</a></li>
<li><a href="#">Punkt2</a></li>
<li>
<ul>
<li><a href="#" >Punkt2.1</a></li>
<li>
<ul>
<li><a href="#" >Punkt2.1.1</a></li>
</ul>
</li>
</ul>
</li>
</ul>
Hierbei ist alles in Ordnung.
Einen schönen Sonntag noch.
Gruß, Ashura
--
sh:( fo:} ch:? rl:( br: n4:~ ie:{ mo:| va:) de:> zu:} fl:( ss:) ls:[ js:|
„It is required that HTML be a common language between all platforms. This implies no device-specific markup, or anything which requires control over fonts or colors, for example. This is in keeping with the SGML ideal.“
[HTML Design Constraints: Logical Markup]
sh:( fo:} ch:? rl:( br: n4:~ ie:{ mo:| va:) de:> zu:} fl:( ss:) ls:[ js:|
„It is required that HTML be a common language between all platforms. This implies no device-specific markup, or anything which requires control over fonts or colors, for example. This is in keeping with the SGML ideal.“
[HTML Design Constraints: Logical Markup]