Moin,
ich möchte Blockquotes ähnlich diesem Vorbild hier bauen:
https://www.wired.de/collection/lif…us-legend-zelda
Das prinzipielle Vorgehen ist mir klar, mit einen -margin bekomme ich auch den Blockquote schon nach lnks gezogen. Dann habe ich aber das Problem, dass er beim responsive design sich nicht neu anordnet für geringe Auflösungen, sondern dann einfach nach links aus dem Bild rausragt. Hat das jemand schonmal gemacht? Das gleiche Problem habe ich auch bei Bildern, wenn ich mit -margin arbeite.
[FONT=Consolas][COLOR=#888888]media="all"
[/COLOR]
[COLOR=#888888][COLOR=#222222]blockquote[/COLOR][/COLOR] {
[/FONT]
- [COLOR=#C80000]padding[/COLOR]: 10px 20px;
- [COLOR=#C80000]margin[/COLOR]: 0 0 0 -120px;
- [COLOR=#C80000]font-size[/COLOR]: 17.5px;
- [COLOR=#C80000]border-left[/COLOR]: 5px solid #eee;
- [COLOR=#C80000]position[/COLOR]: relative;
- [COLOR=#C80000]float[/COLOR]: left;
- max-width:480px;
[FONT=Consolas]}[/FONT]