I have 4 divs. One is outer wrapper, and other 3 are header, content and footer respectively. All the are of same(fixed) width. But height of outer wrapper and content div are variable. irrespective of the size of these, i want the footer div to stick at the bottom of outer wrapper. I have tried using the following CSS\[code\]position: relative;bottom: 0px;\[/code\]But it didn't work. Does anybody know a solution?