ok HOME in hover works well FOOTER too, but push HOME and put back in the explorer... see! hover... the HOME dont works, HOME get the Properties (colors) of footer Why dont respect the main links of the site:
OK, calm down, and read what you wrote... if you read the first line carefully, you'll see you answered your own question.
The home link's style is correct when you first load the page. You then click it's link, and then return back to the page. Since the home link is now pointing to a link you've visited, it is picking up the a:visited style. In your CSS, you set the footer link's color and ANY visited link's color to be the same color when you wrote this:
#footer a, a:visited { color: #C2BE67; }
So to fix your problem, you need to set your a:visited styles specific to which div they are contained in if the should not change color when visited.
thanks adjustafresh! i use mac safari fire.... etc... but in explorer dont works and here in mac too... the problem its:
see the HOME after push one time! he change to the colors of footer!!!!! dont respect the main propieties (colors a visitied... hover) of the site this:
thanks guys they works with this, #footer a, #footer a:visited but dont works in the real site! so... i cant post the real site for now the client kill me if its... it no finish... adjustafresh or johnriv you can write me to lumo@asdivinegrace.com and i can show the real site for maybe you help me!