I just finished rasslin' with Sucka, which rocks. The challenge is
understanding the specifity and nesting of the list items.

To get the sub-menus to look different from the top-level items (black
on grey, orange back for hover), I did this:

#nav li:hover ul a, #nav li.sfhover ul a {
color: black; font-weight: normal; border-right: none; background:
#ccc; padding: 4px 13px;
}

#nav li:hover ul a:hover, #nav li.sfhover ul a:hover {
background: #f90;}

I'll send you the source if you want...

On 7/27/06, metasilk <[EMAIL PROTECTED]> wrote:
>  began with a suckerfish dropdown style menu. Per client desires, I
> want to have the menu items appear as images (to get the right font)
> after all. The upper level has the appropriate rollover appearance
> (the images change). The drop downs menus, while the appear correctly,
> don't change images.
>
> Any suggestions as to what to fix to make the lower level ones change also?
>
> Page: http://www.greenmountainaccess.net/~ktalmage/thirdsector/publicpart.php
> Scripts: 
> http://www.greenmountainaccess.net/~ktalmage/thirdsector/js/rollmenu.js
>
> (Note: not all images for the list exist yet... )
>
> Thanks kindly.
>
> Kir
> ______________________________________________________________________
> css-discuss [EMAIL PROTECTED]
> http://www.css-discuss.org/mailman/listinfo/css-d
> IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
> List wiki/FAQ -- http://css-discuss.incutio.com/
> Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
>
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to