View Single Post
  #9 (permalink)  
Old 07-25-2007, 03:55 AM
cardinal252 cardinal252 is offline
WebProWorld New Member
 

Join Date: Jun 2007
Posts: 4
cardinal252 RepRank 0
Default 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.
Reply With Quote