Greetings all, IE won't clear my footer float nor will it read any of the definitions within my double-float layout. It's acting as though it doesn't even see the darned footer div. The page is here: _http://www.portlandmethodist.org_ (http://www.portlandmethodist.org) and the CSS file is here: _http://www.portlandmethodist.org/css/global.css_ (http://www.portlandmethodist.org/css/global.css) . Also, can anybody fathom a guess as to why IE won't underline my access keys in the navbar? Here's what this looks like ... also found in the files mentioned above. HTML: <div id="nav_wrapper"> <div id="navbar"><!-- NESTED NAVBAR DIV - NAVBAR LINKS GO HERE --> <h1>Quick Links</h1> <p><span class="tiny">Speed keys for keyboard access are underlined</span></p> <a href"index.htm" accesskey="s"><span class="speed_key">S</span>SD Homepage</a> <a href="registration.html" accesskey="r"><span class="speed_key">R</span>egistration</a> </div></div> CSS - UNDER CLASSES: /* STYLE ACCESS KEYS */ .speed_key{text-decoration:underline;} And lastly, has anyone else seen IE not correctly interpret this correctly recently? I was floored when it happened today because I do this all the time and it's always worked. So much so that I truly am wondering if Microsoft has perhaps upgraded the darned thing lately. CSS - Just an example #content{width:100%; background:white;} #content p{background:blue;} HTML - Just an example <div id="content"><p>And off course the background isn't blue as defined in my CSS example above. Why? It's only in IE that it fails.</p> I hope I haven't asked too many questions here. Thanks in advance for your help. Mary ______________________________________________________________________ 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/
