John Fitzgerald wrote:
> I've been working with this for a while. Time to ask for help.
> I styled an ul dropdown menu. It works great in everything but IE8  
> There is supposed to be a sub menu floating to the inside right of the  
> outer container. According to Adobe Browser lab, it presents properly  
> in everything but IE8. in IE 8, the div drops below the desired target.
>
> All of the files are here: http://www.fitzio.com/newSite/
>
> THanks
>   



IE/8 and Mac Opera/10.50 need a width on the right float.

#rightMenu { 
width: 293px/*add*/;
background-color: /*#e3eca7 for position only*/red;
}

           
ul li .rightMenuItem a {
    padding-left: /*95px trim*/90px;
    }
           

Best,
~d




-- 
desktop
http://chelseacreekstudio.com/
mobile
http://chelseacreekstudio.mobi/

______________________________________________________________________
css-discuss [[email protected]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to