I would like to have multiple id and all using hover link for all
#test1, #test2, #test3, #test4 a:hover{
color:#0F0;
}
this doesn't work. NOT sure why??
thanks
I would like to have multiple id and all using hover link for all
#test1, #test2, #test3, #test4 a:hover{
color:#0F0;
}
this doesn't work. NOT sure why??
thanks
Your CSS is wrong. Try this:
Code:#test1 a:hover, #test2 a:hover, #test3 a:hover, #test4 a:hover { color:#0F0; }
It would be easier to use a class for all of them and use IDs also if you need them.
Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum
Bookmarks