Francky - Beautiful. Worked like charm! But I'm terribly confused... WHY did this work?
I actually tried position relative previously, and while that DID work for IE, it bunched the footer up against the bottom of the nav area (as would be expected). But your * html ... solution did the trick for all. Is the "* html" in some way targeting just ie??? I thought preceding a rule with "*" made the rule global (so to speak) for all elements that fell structurally within that rule. Am I wrong? Is there a link you can provide that will explain to me why this worked? In the short term, great thanks to you for this assistance. Cole PS: Yes, I'd prefer to use a conditional comment to control this for IE, but the boss says that only one stylesheet per design is allowed. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of francky Sent: Tuesday, August 22, 2006 10:33 AM To: [EMAIL PROTECTED] Cc: css-d@lists.css-discuss.org Subject: Re: [css-d] Please Help! Footer vanishes in IE Cole Kuryakin wrote: >Hello all - > >I have a problem I've never encountered before: a positioned element just >vanishing (poof!) in IE 6. > >I've successfully accomplished this same technique (absolutely positioning a >footer OUTSIDE the bottom of a wrapper div) many times before, but just >can't understand why it isn't working this time. > >Here's the link: http://www.x7m.us/_clients/terapad/alpha/ >[...] > > Hi Cole, Adding * html #bottom_nav { position: relative; } will help (or, better, a cond. comment). See testpage <http://home.tiscali.nl/developerscorner/css-discuss/test-alpha.htm>. Greetings, francky ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- 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/ ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- 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/