Well…I’m having some trouble with formatting link text using CSS…Im not sure why it isn’t working. I’ve done this before in a different site. The text SHOULD be gray and when you hover over it should turn green....the links are purple instead of gray! But the weird thing is the green hover works… Depending on your browser and OS it looks different… I tried validating the CSS file and got an error. But it didn’t make sence…not to me ☹
I will NEVER understand the point of using a divs and css - and then you stick the whole thing inside a moldy old TABLE. Geez... dump the tables for layout, you do NOT NEED them !
Now, the reason your links are turning purple is because of specificity - there is no color defined for div.menutxt a:visited - so it goes to the default purple.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
I will NEVER understand the point of using a divs and css - and then you stick the whole thing inside a moldy old TABLE. Geez... dump the tables for layout, you do NOT NEED them !
Now, the reason your links are turning purple is because of specificity - there is no color defined for div.menutxt a:visited - so it goes to the default purple.
yes I know I know! i need to learn tableless web design, but this site is pretty much done so I am going to study and learn about it for my next project