• Sorry, when I first posted this, I left out the link.

    I’m using a theme in which the blog name and description tag appear in the header. It’s fine in firefox, but in explorer the blog name only appears on rollover and the tag not at all. Any suggestions appreciated. I’ve not gotten a response from the theme author.

    http://anirishmanabroad.net/wordpress/

Viewing 4 replies - 1 through 4 (of 4 total)
  • your blog name and tag are behind the background picture of the #top element.
    add position:relative for these elements and they will show in IE

    Thread Starter dmq60

    (@dmq60)

    Many many thanks! But looking at the style sheet and header file…where do I put it? I’m afraid I’m going to break something.

    These are the top elements I see in the stylesheet:

    #top
    {
    background:url(img/top_head.jpg) repeat-x;
    color:#fff;
    margin:0;
    padding:0 0 0px 0;
    }

    #top a:hover
    {
    text-decoration:none;
    color:#999;
    }
    #top h3 {
    font-size:2em;
    font-weight:normal;
    margin:0px;
    padding:10px 0px 0px 15px;
    }

    #top h3 a{
    background:inherit;
    color:#D9FDD2;
    text-decoration:none;
    }

    #top p {
    font-size:1em;
    font-weight:normal;
    margin:0px;
    padding:0px 5px 1px 20px;
    color:#fff;

    }

    apply the changes to #top h3
    and to #top p

    Thread Starter dmq60

    (@dmq60)

    It worked. Many thanks for your kind help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘title and tag not displaying in explorer (7)’ is closed to new replies.