• Resolved jtcreate

    (@jtcreate)


    A strange thing is happening… I have two posts on the homepage of this site: Road Warrior. On a PC, IE 7, the headline links, and the category links without problem.

    On a Mac running 10.4 / Safari / Firefox, only the 2nd post down (1st post) works. The links on the other test article do not. Very strange.

    When I switch themes to another, it works fine (default theme). So, obviously something got wrecked. I just can’t figure out where to look. I’ve been all over the theme and am going nuts.

    Help is appreciated. Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Add this to the end of your stylesheet and I think you’ll see what the problem is:

    .cols01{background:#f00;}

    Your .cols01 div overlaps the .cols02 div (b/c the 01 div floats). In FF, when you click on the first post, the browser thinks you’re clicking on .cols01, not on .cols02.

    Change the height of .cols01 to fix.

    Consider the “WEb Developer” add-on for firefox which makes this easy to diagnose.

    Thread Starter jtcreate

    (@jtcreate)

    I appreciate the quick help. Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘One title link works, the other doesn’t.’ is closed to new replies.