Results 1 to 4 of 4

Thread: Footer placement in layout wrong

  1. #1
    Join Date
    Feb 2008
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question Footer placement in layout wrong

    I'm trying to get the footer placement on this page to be, well, in the footer I can't get it to work. I want it to display at the end of the page under all the content.

    http://www.l-word.com/internal/redesign/layout.php

  2. #2
    Join Date
    Jul 2008
    Location
    Derbyshire, UK
    Posts
    3,033
    Thanks
    25
    Thanked 599 Times in 575 Posts
    Blog Entries
    40

    Default

    Focus on Function Web Design
    Fast Edit (A flat file, PHP web page editor & CMS. Small, FREE, no database!) | Fast Edit BE (Snippet Manager) (Web content editor for multiple editable regions!) | Fast Apps

  3. #3
    Join Date
    Oct 2008
    Location
    kolkata, india
    Posts
    75
    Thanks
    2
    Thanked 10 Times in 10 Posts

    Smile

    make this changes to the class and id you have used.

    Code:
    .home-squares{
    	/*height:224px;*/
    }
    #container{
    	/*float:right;*/
    	overflow:hidden;
    }
    #footer {
    	/*float:right;*/
    }
    Hope this will give you result.

  4. #4
    Join Date
    Feb 2008
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Thumbs up

    Quote Originally Posted by monicasaha View Post
    make this changes to the class and id you have used.

    Code:
    .home-squares{
    	/*height:224px;*/
    }
    #container{
    	/*float:right;*/
    	overflow:hidden;
    }
    #footer {
    	/*float:right;*/
    }
    Hope this will give you result.

    Worked great!!! Thank You!

Bookmarks

Posting Permissions

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