Bill, thanks for your reply!  I'll experiment with the overflow and
see what happens. In the meantime, I also received this suggestion:

Paul O'B (http://www.sitepoint.com/forums/member.php?u=25195) over at
SitePoint forums recommended I change the positioning like this:

#navmenu li {position:relative}

#navmenu li:hover ul,  #navmenu li.sfhover ul {
     position: absolute;
     top: 1.3em;
     }

I've put that up on the site (with a bit of other spacing edits) in
css/ach_ie6.css and it's working well. Now for the next bugs...

-- Kir

On Thu, Mar 19, 2009 at 9:07 PM, Bill Brown <[email protected]> wrote:
> Add to css/ach_ie6.css:
> #navmenu li{overflow-x:hidden;}
>
> Hope it helps.
> Bill
>
> --
> <!--
>  ! Bill Brown <[email protected]>
>  ! Web Developologist, WebDevelopedia.com
> -->
>
______________________________________________________________________
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