1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Nutritionist Website - CSS error in IE

Discussion in 'CSS' started by T0PS3O, Mar 2, 2007.

  1. #1
    I know this nutritionist in Surrey who's website has a CSS anomaly which only manifests in IE (7) and not in Opera or FF. Note the purple footer bar which in IE moves to the top.

    Can someone tell me how to fix this?

    Thanks.
     
    T0PS3O, Mar 2, 2007 IP
  2. Dan_A

    Dan_A Peon

    Messages:
    65
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #2
    IE 7 doesn't apply the star hack.
    Add
    .clearfix{min-height:1%;}
     
    Dan_A, Mar 2, 2007 IP
    T0PS3O likes this.
  3. nwk

    nwk Well-Known Member

    Messages:
    385
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    158
    #3
    Or add this just before footer
    .clearer{
    clear:both;
    overflow: hidden;
    }
     
    nwk, Mar 2, 2007 IP
    T0PS3O likes this.
  4. T0PS3O

    T0PS3O Feel Good PLC

    Messages:
    13,219
    Likes Received:
    777
    Best Answers:
    0
    Trophy Points:
    0
    #4
    That did it instantly, thanks! You're a legend!

    Thank you nwk too, appreciate it!
     
    T0PS3O, Mar 5, 2007 IP