What is the connection?

by 12 replies
14
Thank you all for the help that you have given while I have been working on this new design. You have been so helpful and it is coming together great. I notice there seems to be a problem though between the slide show and the links on the page though.

If you go to this page Template 1 you will notice that when you visit one of the links to do further study and go back to it they turn white. I am not sure how to fix it without changing the color of the links in the slide. What is making them connected like this?
#website design #connection
  • Who are you talking to? It sounds like you meant to send someone a private message.
  • What exactly is turning white?
    I went to your page and I couldn't see anything wrong except that 3 of the links in your top menu aren't working and your picture of your new design on right side of page doesn't go anywhere
    • [1] reply
    • Right now I am working on the design part so I do not have some of the links working yet. But when you click on one of the "Click Here To Study" links under the books you will see that it changes from black to white.
      • [1] reply
  • I had a look at your source code and see you have

    <div id="mainpagecontent"><a name="maincontent"></a>

    so you could try putting

    .maincontent a{
    color : #000000
    }
    .maincontent a:hover{
    color : #1747A5
    }
    .maincontent a:visited{
    color : #9397AE
    }

    and instead of < a name=maincontent></a>
    use <class="maincontent">
    unless it links to something I missed



    I hope I got that right I'm getting pretty tired
    • [1] reply
    • Hmmm...why didn't I think of that?! I guess I'm tired too. The < a name= stuff is actually a named anchor for a skip to content link in mobile.

      Thanks so much!
      • [1] reply

Next Topics on Trending Feed

  • 14

    Thank you all for the help that you have given while I have been working on this new design. You have been so helpful and it is coming together great. I notice there seems to be a problem though between the slide show and the links on the page though. If you go to this page Template 1 you will notice that when you visit one of the links to do further study and go back to it they turn white. I am not sure how to fix it without changing the color of the links in the slide. What is making them connected like this?