Bill -

That worked perfectly... even in IE7! So simple (and obvious!)

Greatly appreciate your help.

Cole

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Bill Brown
Sent: Wednesday, August 27, 2008 7:54 AM
To: wsg@webstandardsgroup.org
Subject: Re: [WSG] Pop-Up Menu From Footer and IE7 Problem

Cole Kuryakin wrote:

> To see it working in FF and IE6 go here:
> http://www.koisis.com/.framework/-public/index.php

> In FF and IE 6 this works. But what I'm trying to do, and can't seem to
> accomplish, is to position the BOTTOM of this pop-up UL (rather than the
top
> as it is now) so that no matter how many languages the menu contains, it
> still pops-up from the same footer position. As it stands right now, if I
> eliminate one or more languages from this menu I will have to edit the
"top"
> property which I'd rather not have to do.

Hi Cole,

I'm on my Ubuntu system at the moment so I can't check IE7, but this
code should allow your menu to be any length and work without having to
adjust it for every entry. Worked on my Firefox 3, but I didn't check
anywhere else.

If you haven't received an answer by later tonight, I'll boot the
Windows Beast and see what's up with IE7.

#navFooter li ul {
        position: absolute;
        left: -10000px;
}
#navFooter li:hover ul {
        left: -2px;
        bottom: 100%;
        z-index: 100;
}

Hope it helps.
--Bill


-- 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
TheHolierGrail.com | MacNimble.com | Cyber-Sandbox.com | Anytowne.com
Bill Brown, Web Developer - "From dot concept to dot com since 1999"
"The intuitive mind is a sacred gift and the rational mind is a
faithful servant. We have created a society that honors the servant and
has forgotten the gift. -- Albert Einstein
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************



*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to