Thread Bilder und Texte anordnen: unter XHTML / CSS (14 answers)
Opened by Crian at 2004-01-20 00:52

ptk
 2004-01-26 20:38
#25514 #25514
User since
2003-11-28
3645 Artikel
ModeratorIn
[default_avatar]
[quote=Crian,23.Jan..2004, 20:28][quote=ptk,22.01.2004, 19:40]Kannst du mal posten, wie du es gemacht hast?[/quote]
Klar. Auszug aus der CSS-Datei:

Code: (dl )
1
2
3
img { margin:5px; }
img.links { float:left; }
img.rechts { float:right; }


und bei den Bildern dann halt entsprechend

Code: (dl )
<img src="xxx.jpg" alt="Bild xxx" title="bla fasel..." width="507" height="338" class="links"  />


[/quote]
Moechtest du Bild und Text in Spalten organisieren oder einfach den Text um das Bild umfliessen lassen? Ich habe das Problem, dass ich fuer das Spalten-Problem noch keine richtig gute Loesung gefunden habe, die auch mit CSS/MP (=mobile profile, abgespecktes CSS) funktioniert. float geht dann nur, wenn das Bild hoeher ist als der Textblock. Ich habe auch mit <ul><li> und list-style-image experimentiert, aber keine zufriedenstellenden Ergebnisse bekommen.

View full thread Bilder und Texte anordnen: unter XHTML / CSS