|
I could kiss you!! thanks so much for your help, got me on the right track. seems so obvious now. I actually tried something like that before, but I put it as "span a" so it didn't work.
Put this in to get it to work.
/* this is the magic hover for the parent*/
#primary-nav li:hover a span {
color: #ffffff;
}
Thanks so much for taking a look. I know that style sheet is a mess.
|