Re: Link color problem
Sorry - since I posted on WebProWorld, I solved the problem.
Problem was, I had:
#hairRestore a:link, a:visited {
color:#FFFF00;
text-decoration:underline;
font-weight:bold;
}
Instead of:
#hairRestore a:link, #hairRestore a:visited {
color:#FFFF00;
text-decoration:underline;
font-weight:bold;
}
Same with the footer div . . . beginner mistake and one I'll NEVER make again!
Thanks for your response. I appreciate you taking the time in trying to help. . .
Reggie
|