• Hi,

    My theme (https://superherodiaries.com/blog/) displays correctly in Firefox, but in IE several elements are missing top and bottom borders. For instance, comments are supposed to have a 1px border at the bottom, but nothing shows up.

    Earlier I tried to put a border around some of the tabs in the header. The side tabs would show up, but the top and bottom ones wouldn’t.

    I’ve looked all over and seen dozens of references to this type of problem, but no solutions. I’ve been working on this for days and I’m pulling my hair out. Any help would be GREATLY appreciated.

Viewing 7 replies - 1 through 7 (of 7 total)
  • I may be blind, but I don’t see the 1px border under comments?

    Thread Starter toofout

    (@toofout)

    If you’re looking in Firefox, I’m confused, because it was there earlier today (I don’t have FF on this computer). If you’re using IE, you’re not blind; the border isn’t there. That’s the problem.

    I was looking in FF. Just for clarification, was it a 1px border under the comments link (I see that in both) or a 1px border under each specific comment (I don’t see that in either)

    Thread Starter toofout

    (@toofout)

    It was a 1px border under each specific comment, and you’re right, it’s not there. Now I’m really confused, because when I left for work it was there.

    This is the code:

    .comments .commentlist li .item {
    border-bottom: 1px solid #d0dedf;
    }

    I have no idea what’s going on.

    This may be something specific in K2, but why do you have .item there? Try removing .item because it looks like it works then.

    Thread Starter toofout

    (@toofout)

    Thanks, K2 definitely has some weirdness in it, but I like it overall. I took out .item, and now the line is back in for FF. But I’m back to the original problem: the line doesn’t show up in IE. Any ideas?

    K2 still breaks in IE if I remember correctly. That could be it. I’m really not sure why it doesn’t work.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘FF/IE problem: missing borders’ is closed to new replies.