Re: firefox css problem
further to the 'height:' usage on the div, firefox and IE 7 both support the use of 'min-height' which has a really similar effect to the 'height' attribute in IE 6, and allows for text resizing.
I have a tendancy to use height in IE 6 conditional commented stylesheet, and use min-height in the main stylesheets.
|