Is it possible to make a custom module prefix that is giving an automatich height til the bottom of the content session?
Now I have left my content, right_left is shorter an right_right is even shorter than right_left. I want to add one extra module on both right collums that automatic ends at the downside of content.
I maked an prefix " last" and ad following CSS to template.css:
#gkPage .box.last div.custom.last {
height: 100%;
min-height: 100%;
}
But that doesn't work, probably because I must change "gkRightMiddle" also?
height an min-heigt doesn't work there...
Maybe somebody can help me with this little tweak?
See attachment for what I want to do...