prog: Zwei float right, einer mit, einer ohne clear right

Beitrag lesen

Hallo,
ich möchte ungefähr folgendes realisieren:

+---------------------------+
|text text text  +----+ +-+ |
|text text text  |Bild| |N| |
|text text text  +----+ |a| |
|text text text  +----+ |v| |
|text text text  |Bild| |i| |
|text text text  +----+ |b| |
|text text text  +----+ |o| |
|text text text  |Bild| |x| |
|text text text  +----+ +-+ |
|text text text text +----+ |
|text text text text |Bild| |
|text text text text +----+ |
|text text text text +----+ |
|text text text text |Bild| |
|text text text text +----+ |
+---------------------------+

Die Navigationsbox soll also nach rechts gefloatet werden und die Bilder
sollen zwar durch ihr float:right; links neben der Navigationsbox landen,
aber sich im Falle mehrer Bilder untereinander anordnen. (clear:right;)
Gibt es eine Möglichkeit dieses Verhalten zu erzeugen?