From: [EMAIL PROTECTED]

>       http://www.s108254362.onlinehome.us/index2.html

>2.  in ff and o8 the footer height is wider than the text.  in ie6 the 
>footer height is the size of the text.  why the discrepancy?

Default margin on the paragraph element in the footer, ignored/collapsed by IE.

#footer p {margin: 0;}

will make the others behave like IE, assuming that's what you want. Otherwise, 
try specifically setting the margin (or padding, I suppose) values you desire 
for that paragraph.

hth,

~holly 
 
                   
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to