• Hi,
    I am having bit of a problem with my customization efforts. I started customizing CSS using a couple of tutorial links I found here, but now I am stumped. My post titles are being colored automatically by IE. It is using the color I want, but I don’t recall setting it explicitly anywhere. Now when I load it in FireFox, it colors the post title white, active days in the calendar are also affected by this.
    Can someone take a look and suggest what I may be doing wrong?
    http://www.nasir.us/
    Thanks,
    nasir

Viewing 2 replies - 1 through 2 (of 2 total)
  • Your h3 class=”storytitle” doesn’t have any colours defined.
    From your stylesheet:
    h3 {
    /* Post title : part # 1 */
    font-family: ‘Trebuchet MS’, Verdana, Arial, sans-serif;
    margin-top: 0;
    }
    .storytitle {
    /* Post title : part # 2 */
    margin: 0;
    }
    .storytitle a {
    /* Post title : part # 3 */
    text-decoration: none;
    }
    I also can’t find the class=”post” you are using in your CSS.

    Thread Starter nsr81

    (@nsr81)

    Yep, that was it. I had to set a color in “.storytitle a”
    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘CSS Trouble – Different results in FF and IE’ is closed to new replies.