Tom McNeer wrote: > ... > http://www.identitysciences.com/layouts/test.html > > In Firefox and Safari, all seems well. In IE7, the lower part of the footer > text is cut off.
The text gets clipped by its line-height, I'd say. What is the reason to insert 2 breaks and having a line-height of 0.4em? Vertical centering? see http://css-discuss.incutio.com/?page=CenteringTextVertically > In IE6, the images on the left of the main content area are being covered or > truncated on the left edge. The hand and the clock should both extend to the > left edge of the content area. Again a clipping effect. See http://www.satzansatz.de/cssd/onhavinglayout.html#clip to prevent an element from being clipped, in IE7, it needs haslayout in IE6, it needs haslayout and position:relative An image always has layout in IE. All you need is to add position:relative. Ingo -- http://www.satzansatz.de/css.html ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
