Viewing 6 replies - 1 through 6 (of 6 total)
  • Says the URL does not exist???

    Thread Starter danatiber

    (@danatiber)

    sorry the correct address is https://www.tennisbymind.com

    I think the reason is because you are using transparency. I don’t think IE likes the transparency attribute.

    Instead, try creating the image in photoshop, set the opacity, and save it as a .png. Then use the image as-is without setting the transparency with HTML.

    or just use this for internet explorer

    filter:alpha(opacity=X)

    ;

    if Opacity=0.4

    Opacity in internet explorer is 40

    Nevermind my last post. Here is the code being used to display the header:

    #header {
        background: url("https://tennisbymind.com/wp-content/themes/techozoic-fluid/uploads/images/headers/t4.jpg") no-repeat scroll center center #F7F7F7;
        height: 200px;
    }

    Pull one of those “center” out of there and see what happens.

    Thread Starter danatiber

    (@danatiber)

    Josh
    i couldn’t find that code so i placed it in there but still nothing happened, what shall i do??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘header not showing up on IE alone’ is closed to new replies.