I have images within DIV tags that I have set a height to 125 pixels and a border. If an image has a height greater than 125 pixels, the DIV grows with the image in IE but not Firefox. Looking for a suggestion or hack on how to get Firefox to have the DIV grow if the image is larger than the set height. I don't want to use tables so please don't suggest an alternative approach to using DIVs.. Thanks.
in firefox you need to set min-height not height IE will ignore the min_height, so if your image is smaller than the DIV in ie, then the div will shrink, so to make sure it allways has a min-height in IE you will need to add a 1 pixel wide spacer gif that has the correct height.