[css-d] Box dropping down behind footer in IE7

2010-12-16 Thread David Roberts
Hi I have a box on the home page (http://fattoad.co.uk/) which is dropping below the footer in IE7 and cutting off some of the text. There should be 30px between the box and the footer. I have tried a number of different tactics but can't get anything to work. Many thanks, David

Re: [css-d] Box dropping down behind footer in IE7

2010-12-16 Thread Chetan Crasta
Give div#inner_wrap a height of around 1100px. The testimonial is getting cutoff because the height of 1015px is insufficient. ~Chetan __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d

Re: [css-d] Box dropping down behind footer in IE7

2010-12-16 Thread David Hucklesby
On 12/16/10 10:28 AM, Chetan Crasta wrote re: http://fattoad.co.uk/ Give div#inner_wrap a height of around 1100px. The testimonial is getting cutoff because the height of 1015px is insufficient. FWIW I generally find that min-height works better than plain height in a majority of cases. (And