Ok, one step forward-- had a position:relative in there that I took out and
now it shows, but in IE only it's showing up to the right of the image
instead of on top of it..... Here's the css:

#menulist {
                height: 63px;  
                margin: 0px; 
                padding: 0px; 
                border-top: 1px solid #A30404; 
                border-bottom: 1px solid #A30404;
                float: left;
                position:relative; 
                <cfif attributes.keyword eq "home">top: 457px;</cfif>  
                width: <cfoutput>#linewidth#</cfoutput>px;
        }

        #menulist .mainnav {
                height: 63px; 
                visibility: visible;
                float: left;
                display: inline;
                left: 0px;
                float:left; 
                width: 125px; 
                z-index:1; 
                padding: 0px; 
                <cfif attributes.keyword eq "home">filter:alpha(opacity=80);

                -moz-opacity:.80; 
                opacity:.80;  </cfif>
                background-repeat:no-repeat;

        }
        .menupopup { 
                position: absolute; 
                width: 125px; 
                height: 63px;
                bottom: 0px;
                margin: 0px; 
                padding: 0px;
                visibility:hidden;
        } 
        .menupopup ul { 
                position: absolute; 
                width: 105px; 
                bottom: 54px; 
                margin: 0px; 
                padding: 10px;
                list-style-type:none;

        }
        .menupopup ul li {
                font-family: Optima, Arial, sans-serif; 
                font-size: 12px; 
                font-style: normal; 
                line-height: normal; 
                color: #FFFFFF;
                text-indent:0px;
                height: 16px;
                width: 105px;
                padding: 2px;
                border-bottom: 1px solid #fff;
                text-align: center;
                display: block;
        }
        .menupopup a { display: block; height: 16px;} 
__________________________________________
ANGELA TRIGG * TRIGGERID

<<

This has got me stumped. Maybe I've been staring at it too long!

http://cmmi.trgsoftware.com/

Looks fine in Firefox, but in IE 6 if I hover over the main nav (Who,What,
etc) the corresponding layers do not appear. What am I doing wrong?

 
__________________________________________
ANGELA TRIGG * TRIGGERID
>>


______________________________________________________________________
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/

Reply via email to