equal height for top-position modules/columns

GK User
Sat Dec 10, 2011 4:09 pm
hi,

I have 3 modules at positions top1, top2, top3. their individual height is defined by the amount of content that they are showing.

Now I want the modules on top2 and top3 (both GK news pro) to have the same height as the module at top1 (GK image show). the height of the image show module is fixed as all the slide images have the same height.

How can I achieve this?

Link to my site:
http://www.ursulaschule.de/jupgrade/

Regards,
M. Blanke
User avatar
Fresh Boarder

GK User
Mon Dec 12, 2011 4:56 pm
solved that one by using the "faux columns" method. I just added one css-rule for the container-div for the "top-modules":

Code: Select all
background: url(../images/bg_cols_1000.gif) repeat-y 50% 0;
User avatar
Fresh Boarder

GK User
Tue Dec 13, 2011 8:46 am
You can always create some suffix like .equalColums where you can set the min-height value in px like
.equalColumns {min-height: 400px !important;}
User avatar
Platinum Boarder


cron