vote up 0 vote down star

Greetings,

I have a two-column (floated) layout set up where the columns need to "look" like they have matching heights. The "shorter" column has a background color, and needs to look like it's the same height as the main content column that expands to fit its contents.

I know that it's relatively easy to implement this layout by applying a repeating background imageto the wrapper of the two columns, and clearing the floats of the two columns below. Is this the only way to accomplish the affect, or is it possible to do this by applying a background color to the "shorter" column and not using a repeating image?

flag

3 Answers

vote up 0 vote down

A 1px high GIF will be tiny, just do faux columns. Trying to do what you're describing is just begging for a head ache and browser inconsistencies.

Why do you want to avoid faux columns?

link|flag
vote up 0 vote down

If the shorter column is floated, a percent-based height cannot be set to it.

However, a percent-based height can be set to the shorter column if it is absolutely positioned, but I was mainly curious if it's possible to do this with a floated layout.

link|flag
vote up 0 vote down

Why not just set the height of the shorter column to 100%?

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.