Hallo MrMurphy,
ich sehe gerade dass es mit deiner Lösung ein Problem gibt.
<ol class="breadcrumb">
<li itemscope itemtype="http://data-vocabulary.org/Breadcrumb">
<a href="dashboard.php" itemprop="url">
<span itemprop="title">Home »</span>
</a>
</li>
<li itemscope itemtype="http://data-vocabulary.org/Breadcrumb">
<a href="javascript:void(0)" itemprop="url">
<span itemprop="title">Übersicht</span>
</a>
</li>
<li class="zurueck"><a href="javascript:history.back()">Zurück</a></li>
</ol>
Solange es bleibt ist es kein Problem. Sobald es so ausschaut, gibt es ein Problem
<ol class="breadcrumb">
<li itemscope itemtype="http://data-vocabulary.org/Breadcrumb">
<a href="dashboard.php" itemprop="url">
<span itemprop="title">Home »</span>
</a>
</li>
<li itemscope itemtype="http://data-vocabulary.org/Breadcrumb">
<a href="javascript:void(0)" itemprop="url">
<span itemprop="title">Übersicht</span>
</a>
</li>
<li itemscope itemtype="http://data-vocabulary.org/Breadcrumb">
<a href="javascript:void(0)" itemprop="url">
<span itemprop="title">Übersicht 2</span>
</a>
</li>
<li class="zurueck"><a href="javascript:history.back()">Zurück</a></li>
</ol>
Jetzt wird Übersicht 2 nach rechts geschoben und das Zurück irgendwo nach oben geschoben. Ich Das heißt ich müsste hier mehrere CSS Klassen einführen und je nachdem wie viele Punkte es gibt, maximal bis zur Übersicht 2 die Klassen ändern?