View Single Post
  #5 (permalink)  
Old 01-31-2008, 07:22 PM
ncriptide's Avatar
ncriptide ncriptide is offline
WebProWorld New Member
 

Join Date: Aug 2005
Location: Indian Trail, NC
Posts: 19
ncriptide RepRank 0
Default 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
Reply With Quote