Results 1 to 2 of 2

Thread: Problems with the Webpage Background.

  1. #1
    Join Date
    Jan 2008
    Posts
    1

    Problems with the Webpage Background.

    Im working on a german with Adobe Golive9.

    http://www.lift-lifte.de/

    Problem the blue background is different on every of the four sites, and I want the same background length. Ideas where to change this?

  2. #2
    Join Date
    Feb 2006
    Location
    Salisbury UK
    Posts
    4,332
    Your bottom image megalift.jpg is extending down beyond the bottom of the containing div #main and Firefox is only taking the background image bg.gif down to the bottom of #wrapper which is only going down to the higher bottom of #main while IE7 is taking the background down below the bottom of megalift.jpg and therefore extending the height of #main and #wrapper.

    If you put a background-color into #main temporarily you will see what is happeneing in Firefox:-
    #main { background-color: skyblue;
    clear:both;
    padding:1em 1.5em;
    }

    Put a full-width clearer div at the bottom of #main which has the effect of dragging the height of #main down below the bottom of the image megalift.jpg, which then drags down the height of #wrapper and its background bg.gif.

    ...........<p><span
    class="ds20"><a
    href="http://www.aufzuege-lift.de/"><b>http://www.aufzuege-lift.d
    e/</b></a></span></p>
    <p></p>
    <p></p>

    <div style="clear: both; width: 100%; height: 0; line-height: 0;
    font-size: 0;">&nbsp;</div>

    </div>
    </div>
    </div>
    <div id="footer">...............
    Code downloaded to my PC will be deleted in due course.
    WIN7; IE9, Firefox, Opera, Chrome and Safari for Windows; screen resolution usually 1366*768.
    Also IE6 on W98 with 800*600 and IE8 on Vista 1440*900.

Similar Threads

  1. Background Check Search
    By Allenhan in forum General Questions
    Replies: 0
    Last Post: 29 Jun 2007, 01:39 AM
  2. Background problems in MAC IE
    By Anastasia in forum Web Design, HTML Reference and CSS
    Replies: 0
    Last Post: 04 Apr 2006, 02:20 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
  •