Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Having Issue with header image showing

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #27596
    jtbixler
    Member

    I’m using wordpress for my website and I have a header image that won’t show up sometimes. It was working on my single posts until I made a change to the CSS. I can’t remeber what it was though but It doesn’t seem like it should really matter.
    CSS Code

    Code:
    body {
    margin: 0px;
    font-family: calibri, arial, helvetica;
    background-image: url(images/bg-top.png);
    background-repeat: repeat-x;
    z-index: 0;
    }
    #center {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    background:url(images/header.png);
    background-repeat: no-repeat;
    z-index: 200;
    }

    HTML Code

    Code:

    http://jtbixler.com

    #69552
    jtbixler
    Member

    The only browser that the image shows up on is my zune. I assume that it is some form of IE but it doesn’t show up in IE 8. using Super Preview for Expression web it shows up under IE . This post must make me seem like a Microsoft fanboy :D .

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Back End’ is closed to new topics and replies.