I have only two left sideboxes: "Categories" and "Info".
I want "Categories" to stay on top and "Info" always to be aligned on the bottom, which is currently positioned right under "Categories" box.
How can I do that?
I have only two left sideboxes: "Categories" and "Info".
I want "Categories" to stay on top and "Info" always to be aligned on the bottom, which is currently positioned right under "Categories" box.
How can I do that?
You could add a whole bunch of margin-bottom to #categories.
A link to see your site live will let us test and give correct advice instead of guessing.
Try making
#navColumnOneWrapper {height: 100%; padding-bottom: 13em;/*adjust to match height of info box*/}
and
#information {position: absolute; bottom: 0px;}
Alternately,
#navColumnOne {position: relative;}
#navColumnOneWrapper {padding-bottom: 13em;/*adjust to match height of info box*/}
and
#information {position: absolute; bottom: 0px;}
might work for you.
Neither does work.
I don't want search engines to crawl the link from here, so I have to split it: http://www.ddautomatisering. com/wink.html
Just remove the space before the ".com".