I inherited some code and the cascading style sheets have a #MyList {...} in it
Plus #MyList a {...}
Plus #MyList a:hover, #MyList a:link, #MyList a:visited {...}
I have searched for the # character, but I can't find anything. Can someone point me in the right direction.
Second part of my question is how can I override the a and a:visited?
Thanks
Plus #MyList a {...}
Plus #MyList a:hover, #MyList a:link, #MyList a:visited {...}
I have searched for the # character, but I can't find anything. Can someone point me in the right direction.
Second part of my question is how can I override the a and a:visited?
Thanks