masteryamaha
Programmer
This is a problem i ran into nd it seems the answer is alomost to easy and i keep beating myself up over that lol. In my css i have a class called .cellover (it is for javascript but that doesn't matter) and it is used to highlight the table cell in my navigation area. I want to change the link color as well (they will switch colors) but i need to do this all in the same class, instead of using the class and a a:link. How do i add the a:link element to the class. i was thinking about making it a a:link.cellover type class but i dont know if that would work. please help.