Results 1 to 2 of 2

Thread: background image problem in ie

  1. #1
    dlthomas Guest

    background image problem in ie

    I'm having an issue with ie and a background image. Basically I have a background image for the <body> that is suppose to appear at the bottom in the center.

    The link:
    I'm frantically trying to get it to work, so I'll give you the code that works with every other browser
    hrnewseastanglia.com

    My css is:

    Code:
    #body1
    {
    	text-align:center;
    	padding:0;
    	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
    	background-color:#000;
    	background:url(images/golfBG1.jpg) center bottom no-repeat;
    }
    I can't make the image fixed or absolute in its own div.... I need it to sit right at the bottom of the page. Anyone know how to fix this in ie?

  2. #2
    Join Date
    Apr 2010
    Location
    Chicago
    Posts
    302
    Oye...looks like a big mess...well it has an image URL twice for body1...but why wouldn't you put that image in the footer, and make the content area have the 'top' of the box? Since its all in wordpress...you don't want to absolutely position stuff, you want WP to be able to stretch things as needed...

Similar Threads

  1. Background image
    By capitate in forum Web Design, HTML Reference and CSS
    Replies: 0
    Last Post: 29 Nov 2009, 03:07 PM
  2. Background image
    By capitate in forum Web Design, HTML Reference and CSS
    Replies: 0
    Last Post: 29 Nov 2009, 02:00 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •