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
css menu - How do I style child items differently than menuparent ?
css menu - How do I style child items differently than menuparent ?
Last edited by davehoo on Thu Sep 07, 2006 5:12 pm, edited 1 time in total.
Re: css menu - How do I style child items differently than menuparent ?
ul ul li {
background-color:#fff;
}
changes ul li list second level color.
background-color:#fff;
}
changes ul li list second level color.