Announcement

Collapse
No announcement yet.

Layout footer problems on login page

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Layout footer problems on login page

    I have a site in developement at the moment that has a small styling issue that I can't find. I suspect it's something simple, but I'm loosing my hair over it. (not that I have that much left!).

    The issue simply put is that the blue background of the footer is showing incorrectly as being behind the main part of the site, but only on the loggin page, other pages are as expected.

    Here's a good page: http://goo.gl/IHqyFA
    And now here's the login problem page: http://goo.gl/NvZww7

    Can anyone see what's going on please?

    #2
    Shameless bump...

    Comment


      #3
      Using Chrome > Inspect Element.

      It looks to me as if you're missing a closing </div> which means the footer is seen as part of your 'back' div.

      Looking a bit closer it looks as if the closing </div> is missing from somewhere within the 'silver-bulk' div.

      i.e. on the working page your div hierarchy is:

      Silver-main
      -> Silver Sidebar Left
      -> Silver Bulk
      -> Clear Both

      but on the login page what you have is

      Silver-Main
      -> Silver Sidebar Left
      -> Silver Bulk
      -> -> Clear Both

      Which one it should be related to is hard to tell as there's so many nested divs I get lost just looking at it.

      Putting another </div> before your 'clear both' div should fix it though.

      Mike
      -----------------------------------------

      First Tackle - Fly Fishing and Game Angling

      -----------------------------------------

      Comment


        #4
        That makes sense. I'll give that a go. Thanks Mike.

        Comment

        Working...
        X