Registriert seit: 1. Apr 2005
Ort: Bad Tölz
4.149 Beiträge
Delphi 2006 Professional
|
Re: CSS - Zwei Elemente ausrichten
10. Jun 2006, 14:33
Mein Vorschlag:
Code:
<div>
<div style="width:50%; float:left;">
abcdefg
</div>
<div style="width:50%; float:right; text-align: right">
abcdefg
</div>
</div>
Lukas Erlacher Suche Grafiktablett. Spenden/Gebrauchtangebote willkommen.
Gotteskrieger gesucht!
For it is the chief characteristic of the religion of science that it works. - Isaac Asimov, Foundation I, Buch 1
|