• Resolved Ryan Fitzer

    (@ryanfitzer)


    I’m normally pretty proficient with CSS but I’m stumped here. I can’t figure out why a border shows up on one post as a double 3px border and on another as a single 1px border. Both posts are using single.php.

    Post with double border above footer: http://ryanfitzer.com/main/?p=51

    Post with single border above footer: http://ryanfitzer.com/main/?p=48

    The CSS rule that defines them both:

    #footer {
    text-align:center;
    border-top: 3px double #CCC;
    clear:both;
    height:30px;
    padding:5px 10px;
    color:#333;
    font-family:Arial, sans-serif;
    }

    Thanks for any help.

Viewing 5 replies - 1 through 5 (of 5 total)
  • I see the same on both posts (3px double) using Firefox.

    (By the way: nice, efficient design you got there.)

    Clear your local browser cache?

    Checked with a couple browsers, they all see both pages the same.

    Thread Starter Ryan Fitzer

    (@ryanfitzer)

    Hmmmm… Cleared the cache with no change. I’m on FF 1.5.0.7 on Mac. And thanks for checking. At least no one else but me sees it.

    And Kafkaesqui, thanks for the nice words. BTW, I’m using your post image plugin, so thanks a bunch!

    Thanks guys.

    Thread Starter Ryan Fitzer

    (@ryanfitzer)

    Not sure what the problem was but it just simply went away.

    Aren’t gremlins fun? Not….

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Any CSS Guru’s?’ is closed to new replies.