__________________________________________
El 09/11/2010, a las 21:11, Daniel Hammond escribió:

URL: http://www.numcchildren.org/new/index.html
CSS: http://numcchildren.org/new/children.css

Browsers that display the site correctly:
Firefox, Opera, IE8

Browsers that have problems:
Safari, Chrome, IE8 in compatibility view

I’m trying to use the son of suckerfish method for the drop-down navigation.
In IE8 compatibility view, the sub-menus appear to the right of their
parents, rather than underneath them. In Safari and Chrome, the sub- menu items don’t change color when hovered over, but they’re supposed to. Test
the site in the latest versions of FF, Opera, or IE8 to see the site
functioning properly.



I just adapted a Son of Suckerfish menu for a site and have had no problems with any browser PC or Mac, except of course having to make a couple of special styles for (spit, spit) IE. You may have to position the dropdowns differently for IE to make them appear where you want. But I had no problem with the hover colour change on the main and submenus - both work OK.

Possibly, maybe, no guarantees, where you have:

#nav ul ul li a:hover, #nav ul ul li a:active {
        display: block;
        background: #93c83d;
        padding: 10px;

in your css, it would work better with:

#nav li ul li a:hover

Hope this turns out to be useful, Peter H.


______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
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