Re: [css-d] forcing the same height for neighbouring divs

2011-02-17 Thread Tom Livingston
A simple thing to do here is to first clear div#lower, then give it a vertical (repeat-y) background image the full width you need that creates the 2 columns of color you are looking for. Heres what I use for clearing: /* CLEARING */ .clear:after{ content: "."; display: block;

Re: [css-d] forcing the same height for neighbouring divs

2011-02-17 Thread Philip Taylor (Webmaster, Ret'd)
Gergely Buday wrote: Hi there, I would like to have the same height of background for two neighbouring divs at http://www.math.bme.hu/~gergoe/ For the upper part I was able to set explicit height but for the lower this is not possible as the text can be variable size. On irc I got http://co

[css-d] forcing the same height for neighbouring divs

2011-02-17 Thread Gergely Buday
Hi there, I would like to have the same height of background for two neighbouring divs at http://www.math.bme.hu/~gergoe/ For the upper part I was able to set explicit height but for the lower this is not possible as the text can be variable size. On irc I got http://colinaarts.com/articles/flo