On Mon, 31 Mar 2008 11:59:49 -0400, Daniel Hammond wrote: > [...] > Duly noted. Thanks. The only issue now is the site's footer as it is > displayed in IE6. > It doesn't stick to the bottom of the page as it should. There should be an > easy enough > fix for this, correct? > > URL: http://www.objectivedesigns.com/rsdp/nwc/ > CSS: http://www.objectivedesigns.com/rsdp/nwc/index.css >
Umm. I wouldn't say that's the only issue. Here's what your page looks like in IE 7 with text-size set to "medium" this end: <http://webwiz.robinshosting.com/temp/images/nwc-medium-text.png> In an attempt to get the text to fit, I then tried text size of "smaller": <http://webwiz.robinshosting.com/temp/images/nwc-small-text.png> I suggest: 1. Use percent font-size in your rule for "html, body" 2. Either take out the fixed "height" declarations, or change them from pixels to EMs. Cordially, David -- ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
