![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
On Aug 27, 2:33 am, André Hänsel <an... (AT) webkr (DOT) de> wrote: Sounds simple: A list of images with a description to their right. Illustration:http://kundenweb.creations.de/usenet...listimages.jpg I read the spec again and found a solution: Because the floating image is out of the flow and hence does not affected the margin of a subsequent block box I can write: div class="item" img ... div class="text" ... /div /div div.item { clear: both; } div.item img { float: left; } div.item div.text { margin-left: <max-width-of-images>px; } |
) and saying the![]() |
| Thread Tools | |
| Display Modes | |
| |