Fehlerhafte Darstellungen im Edge
bearbeitet von
Geht DAS in die richtige Richtung?
~~~HTML
<a class="anzume" href="#main-nav">zum Hauptmenü</a>
<nav id="main-nav">
<button aria-controls="exp_MainMenu" aria-expanded="false"> </button>
<ul id="exp_MainMenu" aria-labelledby="label_exp_MainMenu">
<li>
<a class="a-link" href="http://tassilosturm.de/aktuell.html">Aktuelles</a>
<button aria-controls="exp_SubMenu_1" aria-expanded="false"> </button>
<div id="exp_SubMenu_1" aria-labelledby="label_exp_SubMenu_1" class=nav-group>
<a class="a-sublink" href="http://misanthrop.bplaced.net/sturm/ausstellungen.html">aktuelle Ausstellungen</a>
<a class="a-sublink" href="http://misanthrop.bplaced.net/sturm/ausstellungen.html">Blog</a>
</div>
</li>
<li>
<a class="a-link" href="http://tassilosturm.de/arbeiten.html">Arbeiten</a>
<button aria-controls="exp_SubMenu_2" aria-expanded="false"> </button>
<div id="exp_SubMenu_2" aria-labelledby="label_exp_SubMenu_2" class=nav-group>
<a class="a-sublink" href="http://misanthrop.bplaced.net/sturm/arbeit01.html">Drifters, 2012</a>
<a class="a-sublink" href="http://misanthrop.bplaced.net/sturm/arbeit02.html">Waldfrieden, 2006</a>
<a class="a-sublink" href="http://misanthrop.bplaced.net/sturm/arbeit03.html">Eremitage für Paris, 2006</a>
<a class="a-sublink" href="http://misanthrop.bplaced.net/sturm/arbeit04.html">Der Bau, 2007</a>
<a class="a-sublink" href="http://misanthrop.bplaced.net/sturm/arbeit05.html">Utopia Planetia, 2006</a>
<a class="a-sublink" href="http://misanthrop.bplaced.net/sturm/arbeit06.html">Kellerräume, 2012-15</a>
<a class="a-sublink" href="http://misanthrop.bplaced.net/sturm/arbeit07.html">Bunker / Maquetten, 2012-16</a>
<a class="a-sublink" href="http://misanthrop.bplaced.net/sturm/arbeit08.html">Take Shelter, 2015</a>
</div>
</li>
~~~