Help with markup problem

Discussion in 'HTML & Website Design' started by DirtyDog, Jul 8, 2007.

  1. #1
    DirtyDog, Jul 8, 2007 IP
  2. JOGS_DEV

    JOGS_DEV Peon

    Messages:
    136
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I think the problem is footer's css. Right now it looks like this:
    #footer {
    clear:both;
    float:left;
    height:5em;
    margin-top:-5em;
    width:100%;
    }
    Code (markup):
    Try to remove this line

    margin-top:-5em;
    Code (markup):
     
    JOGS_DEV, Jul 8, 2007 IP
    DirtyDog likes this.
  3. DirtyDog

    DirtyDog Well-Known Member

    Messages:
    383
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    108
    #3
    That was it. Thanks!
     
    DirtyDog, Jul 9, 2007 IP