Results 1 to 2 of 2

Thread: Sticky Footer Problem (PHP related?)

  1. #1
    Join Date
    Aug 2005
    Location
    Dorset, England
    Posts
    46
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default Sticky Footer Problem (PHP related?)

    I created this in html first so as to get my footer to stick to the bottom of the browser and worked in IE, Chrome, FF, Safari and Opera.

    However, when I converted it all to php [here] with header and footer includes and dynamic title etc. the footer does not stick to the bottom of the page and seems to drop off by the number of pixels it is high (130px). The source of this 'looks' fine and as it should, but doesn't behave as I expect.

    Could anyone help shed some light on this?
    I'm at a loss. Most of my work/code is cut and paste learnt so please be gentle.

    Dom

  2. #2
    Join Date
    Aug 2005
    Location
    Dorset, England
    Posts
    46
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default

    Resolved:

    I had not replaced the original <title> tag with my php dynamic <title> code in the header.php file and resulted in 'two' titles in the source code... as i had placed the php stuff outside of the <HTML> tag too! Lesson learnt now, thanks.

    Dom

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
  •