Re: [css-d] need help on vertical alignement

2007-12-23 Thread Jim Davis
Pat, When you use height: 100% you have to ask yourself the question what is it 100% of? Since you did not specify the height of the containing element or the body, the browser can't calculate the height. Here is an example of two floated divs, with a height of 100%, inside of a fixed height

Re: [css-d] need help on vertical alignement

2007-12-22 Thread Gunlaug Sørtun
Patrick Aljord wrote: Hi all, I need help for those two divs details and body in my container, they don't have the same height and I would like them to have the same height. Any way to do this with css? here is the page: http://p80.free.fr/testy/dropdown/test.html Yes, same height is no

[css-d] need help on vertical alignement

2007-12-21 Thread Patrick Aljord
Hi all, I need help for those two divs details and body in my container, they don't have the same height and I would like them to have the same height. Any way to do this with css? here is the page: http://p80.free.fr/testy/dropdown/test.html thanks in advance Pat