Salut.
Incerc sa validez un CSS si primesc urmatoarele "Warnings":
* Line : 128 (Level : 1) You have no background-color with your color : a:visited
* Line : 128 (Level : 1) You have no background-color with your color : a:visited
* Line : 135 (Level : 1) You have no background-color with your color : a:hover
* Line : 142 (Level : 1) You have no background-color with your color : a:active
Cele in cauza arata asa:
a:link, a:visited {
font-weight : bold;
text-decoration : none;
color: #6D2B2E;
background: transparent;
}
(si hoover si active au caracteristici asemanatoare).
Are cineva idee ce vrea sa insemne "You have no background-color with your color"?
Nu vreau nici un background, vreau sa fie transparent.