>>> On 10/11/2007 at 9:33 AM, Jeph <[EMAIL PROTECTED]> wrote: | Any CSS people out there have time to look at a problem I'm having? | | http://omnidev2.com/MOAA/1.html | | The navigation on this page works well in IE6 except for the last menu | item. No dropdown appears but the hover image does. We've been looking | at it for days we're stumped - it makes no sense. Is anyone out there | not stumped and know why this is happening? | | We're using Son of Suckerfish and all of the sfhover classes are | accounted for, we're just not sure why it stops working for the last item. | | Thanks, | Jeph
Hi, Jeph. I just have to post a reply to this because I had a very similar problem with a dropdown menu, and it only appeared in IE6. It isn't just Son of Suckerfish that's doing it either, because I used the hover.htc method. Mine is a float right setup, so the menu item floats in backwards, and the last list item that disappears is the bottom one in the left-hand menu "Get Started" menu item. See: http://www.boisestate.edu/distance/getstarted.shtml I was about to give up and stick with JavaScript when our Tech Assistant suggested I add a blank list item at the end, so that's what I did, then added some code to obscure it. My stylesheet is at: http://www.boisestate.edu/distance/styles/main.css I also had a problem with the menu items moving during hover, creating a space between list items, so you will see som IE6-specific code for that as well. AnnR ______________________________________________________________________ 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/
