• Howdy y’all. I’ve been working on this for about a day now and I just can’t figure out what I’m doing wrong. I’ve got a splash page for an index on this site I’m cooking up, and it has 4 images that are used as links. Each image has a hover component to create a mouseover effect. Everything looks great and the links work fine. Once you visit one of the links, it distorts the entire page.

    This isn’t ready for the public, but I’ll stick it up so hopefully one of y’all can help me ??

    https://www.picshaw.com/index.html — This is the current index with all four links linking to the blog.

    https://www.picshaw.com/index2.html — this is a test index, just the blog link links to the blog, everything else links to #
    this one appears to work as far as the blog one goes but it may just be my machine

    EDIT:

    https://www.picshaw.com/index3.html — blog links to blog but the other links link to slashdot, tuaw and google.

    All the code for this guy is inline as I’m still in the design phase so viewing source should be fine.

Viewing 1 replies (of 1 total)
  • Hello

    Make sure the a:visited selector also has the width and height like the a:link has. You may also want to move the a:visited above the a:hover as well.

Viewing 1 replies (of 1 total)
  • The topic ‘CSS issue: Image link on splash page dissapears after visited’ is closed to new replies.