Page 1 of 1

css menu - How do I style child items differently than menuparent ?

Posted: Thu Sep 07, 2006 5:10 pm
by davehoo
I'm using horiz CSS menu on a site, I've got an image background on the parent/top menu and I'm trying to have the child items plain, no bgimage, just a background of #fff .

Is ther a simple way to acomplish this ?

Thanks

Re: css menu - How do I style child items differently than menuparent ?

Posted: Thu Sep 07, 2006 5:28 pm
by tsw
ul ul li {
background-color:#fff;
}

changes ul li list second level color.