• Resolved ajzeller

    (@ajzeller)


    I was wondering if anyone can help me out with my problem: I have a background image that I want to use throughout all browsers but it doesn’t appear in IE… it works and looks great in the other browsers… anyone know why it doesn’t show in IE???

    below is what I have in my atahualpa options>body, text & links>body style:

    padding: 20px;
    font-family: tahoma, arial, sans-serif;
    font-size: 0.8em;
    color: #666666;
    background: #2F2411;
    background: url(/wp-content/themes/atahualpa/images/siteBG7.png)repeat top left;

    My my site is http://www.AJZPhoto.com and my theme version is Atalhualpa 3.4.4 if that helps…

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter ajzeller

    (@ajzeller)

    haha resolved… needed to add a space before ‘repeat’

    Try:

    background-color: #2F2411;
    background: url(/wp-content/themes/atahualpa/images/siteBG9.png)repeat top left;

    Or

    background: #2F2411 url(/wp-content/themes/atahualpa/images/siteBG9.png)repeat top left;

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Background different in IE compared to other Browsers…’ is closed to new replies.