Firfox Not Filling Background

Discussion in 'HTML & Website Design' started by gobbly2100, Mar 10, 2008.

  1. #1
    Hey,

    Check this page out:

    Huxley Preview

    If you view it in IE7 it looks right but if you check it out in Firefox it does not fill the ackground in the content properly.

    Anyone know how I can fix this?

    Thanks in advance!
     
    gobbly2100, Mar 10, 2008 IP
  2. wd_2k6

    wd_2k6 Peon

    Messages:
    1,740
    Likes Received:
    54
    Best Answers:
    0
    Trophy Points:
    0
    #2
    It is because you only have two articles in there so it does not fill up the div. Try something like:

    .article-content { height: 300px; } Change the height as you wish.
     
    wd_2k6, Mar 10, 2008 IP
  3. gobbly2100

    gobbly2100 Banned

    Messages:
    906
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Oh sweet, it was "min-height" I needed but from you saying about height I suddenly remembered that Firefox has the "min-height" attribute.

    Thanks again!
     
    gobbly2100, Mar 10, 2008 IP