Hello All -

I've got a POP UP menu that appears on hover from a footer navigation UL.
This menu contains language names so the user can view site content in
different languages.

To see it working in FF and IE6 go here:
http://www.koisis.com/.framework/-public/index.php and hover over the
"Language" menu item in the footer area.

I was able to get to this point by declaring:

#navFooter li ul {
        position: absolute;
        left: -10000px;
        top: -10000px;
}

And then...

#navFooter li:hover ul {
        left: -2px;
        top: -195px;
        z-index: 100;
}

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.

Also, in IE7 this menu doesn't appear AT ALL and I can't figure out why.

Any help would be GREATLY appreciated!


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

<<attachment: winmail.dat>>

Reply via email to