• Trying to design a theme (still in process) for a client here:

    http://liveatwillowcreek.com/perrins/

    The problem: The links work fine in IE, but not at all in Chrome or Firefox. By that I mean, the browsers do not recognize that you are hovering over a link, so you can’t click on it…

    Don’t know where to even begin with this? Help?!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Try fixing these errors. Maybe that helps.
    BTW: Doesn’t work in Safari either.

    Thread Starter websta

    (@websta)

    I know it doesn’t validate, but it doesn’t appear that any of the errors should impact whether the links work or not…

    publicly chastising you for not being able to trouble shoot this.

    div.back-wrap-out {
          position: absolute; <-- remove that and what happens?
          z-index: -2;
          left: 50%;
          margin-left: -1332px;
          width: 2664px;
          top: 0%;
          margin-top: 0px;
          height: 1300px;
          background: url(images/wallpaper.jpg);
          overflow: hidden;
    }

    what kept you from systematically removing things in the stylesheet, in order to figure out the problem? its not even like that was at the bottom of the stylesheet or anything.

    Thread Starter websta

    (@websta)

    I humbly accept your chastisement.

    Removing the absolute breaks the site, but setting z-index to 0 sets things right.

    Thanks whooami, and I will try that approach in the future.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Weirdest. Problem. Ever.’ is closed to new replies.