Mam taki oto kod CSS:
Cytat
a:link { color: aqua; text-decoration: none; font-size: large; font-family: Arial, Verdana; font-weight: bold }
a:visited { color: aqua; text-decoration: none; font-size: large; font-family: Arial, Verdana; font-weight: bold }
a:hover { color: red; text-decoration: none; font-size: large; font-family: Arial, Verdana; font-weight: bold }
a:active { color: red; text-decoration: none; font-size: large; font-family: Arial, Verdana; font-weight: bold }
a:visited { color: aqua; text-decoration: none; font-size: large; font-family: Arial, Verdana; font-weight: bold }
a:hover { color: red; text-decoration: none; font-size: large; font-family: Arial, Verdana; font-weight: bold }
a:active { color: red; text-decoration: none; font-size: large; font-family: Arial, Verdana; font-weight: bold }
Wszystko fajnie, pięknie bo kolor tekstu linków w Menu jest biały a po najechaniu robi się czerwony. Chciałbym zrobić tak, że aktualna podstrona jest podświetlana na czerwono, a gdy na nią najedziemy to jest koloru białego. Czyli np. jestem na stronie głównej, to w menu pozycja "Strona Główna" jest czerwona a po najechaniu na nią kursorem jest biała. Pozostałe pozycje są białe i robią się czerwone tylko w momencie najechania na nie kursorem. Może mi ktoś pomóc? Próbowałem robić divem i w CSS do nazwy diva przypisać hovera zmodyfikowanego na kolor biały ale to nic niestety nie pomogło.
Pozdrawiam!