Footer on bottom of page

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • heban
    New Member
    • Oct 2007
    • 1

    Footer on bottom of page

    Hi,

    I'm having trouble getting the footer to the bottom of the page with my CSS code. It works in IE, but not in Firefox.

    Here is my css:[code=css]
    .pagecontainer{
    position:relati ve;
    width:100%;
    margin: 10px auto;
    min-height: 100%;
    height: 100%;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: auto;
    }



    #footer
    { position: absolute;
    bottom: 0;
    text-align: center;
    width:100%;
    height:auto;
    font-family: arial,serif; font-size: 100%;font-style:italic;te xt-align: center;
    color:rgb(248,2 54,194);line-height: 175%;background-color:rgb(0,153 ,0);
    border-width: 11px;
    }[/code]


    Thanks for any ideas.
    Last edited by pbmods; Oct 14 '07, 03:37 PM. Reason: Added CODE tags.
  • pbmods
    Recognized Expert Expert
    • Apr 2007
    • 5821

    #2
    Heya, heban. Welcome to TSDN!

    Please use CODE tags when posting source code:

    [CODE=cs s]
    CSS code goes here.
    [/CODE]

    I'm going to go ahead and move this thread to the HTML/CSS forum, where our resident Experts will be better able to help you out.

    Comment

    • drhowarddrfine
      Recognized Expert Expert
      • Sep 2006
      • 7434

      #3
      It works in IE, but not in Firefox.
      No. IE is doing what you want but it's not working right. Without the html, any help we can give would be just guessing.

      Never, ever use IE as a reference to what is working. It is nine years behind web standards and buggy. Always, always use a modern browser like Firefox, Opera or Safari.

      Comment

      Working...