Forums

background image not showing on home page with IE7-8 (3 posts)

  1. CrestoneCreations
    Member
    Posted 10 months ago #

    on the site
    http://cliffself.net
    which uses a modified TwentyTen theme
    all pages render the background image fine with the exception:
    In IE7 & IE8 the background image (in the wrapper) on home page and the blog page does not appear and the text on the sidebar becomes larger font size.

    Does anyone have any suggestions as to what might be the cause?

    Thank you!

    #wrapper {
    	background-color: #fff;
    	background-image:url(images/CLL/2011_03_26-4839-45pct.jpg);
    	margin-top: 20px;
    	padding: 0 20px;
    }
  2. zoonini
    help me help you
    Posted 10 months ago #

    Try correcting your HTML errors, particularly any involving divs. IE tends to be much less forgiving of syntax errors and by fixing them you may solve your background problem:

    http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fcliffself.net%2F

  3. CrestoneCreations
    Member
    Posted 10 months ago #

    Thank you zoonini - that is very helpful and a great place for me to start!

Reply

You must log in to post.

About this Topic