Jeff Ferrell schrieb:

I'm roughing out a layout for a new page, on which I've got two columns, each containing a bunch of text and one small image. The text in the columns is variable, but I'd like the pictures to align vertically with each other, i.e. their tops should both begin at the same point in their respective columns. Here's a quick diagram:

 |<----------------------- 168px --------------------->|
  +--------------------------+--------------------------+
  |         #LEFT            |          #RIGHT          |
  |                          |                          |
  |                          |                          |
  |                          |                          |
  |                          |                          |
  |                          |                          |
  |              +--------+  |              +--------+  |
  |              |        |  |              |        |  |
  |              |  IMG   |  |              |  IMG   |  |
  |              |        |  |              |        |  |
  |              +--------+  |              +--------+  |
  |                          |                          |
  |                          |                          |
  |                          |                          |
  |                          |                          |
  +--------------------------+--------------------------+

I must say that this ascII art should win a chocolate medal. If I would try to type this, it'll need half an hour at least.

(A faster method would require a ftp-program. There are good ones out there for free. :) )

To your layout problem: I'd vote for settling too.

In principle, you could use a "1px spacer float" ;) to accomplish the distance. But the images loose their contact to the text like absolute positioned boxes: http://www.satzansatz.de/cssd/tmp/floatspacer.html


Ingo
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to