IE problems with CSS and div tags, 2 column fluid layout

Discussion in 'HTML & Website Design' started by kkelly, Dec 5, 2006.

  1. #1
    Hello,
    I'm against a wall here - can't figure this one out. Hopefully, somebody can save me....I'm new to CSS layouts, so if there are problems with this that I'm not seeing, feel free to let me know too.

    This works fine in Firefox and Safari, but doesn't in IE. The navigation column doesn't show up in IE. See for yourself:

    http://www.highlandpr.com/coleman/index-div-sub3.htm

    Thanks in advance,

    Kasey
     
    kkelly, Dec 5, 2006 IP
  2. frankcow

    frankcow Well-Known Member

    Messages:
    4,859
    Likes Received:
    265
    Best Answers:
    0
    Trophy Points:
    180
    #2
    I think you just need to set the background of #navtext
     
    frankcow, Dec 5, 2006 IP
  3. kkelly

    kkelly Peon

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I've tried that...#navtext is just that – the text – and the div doesn't extend to the bottom. I have two background images - one in #navtop and one in #navbottom. I think my problem is with the positioning of the entire #navbg element. If I take out the "navtopimg" tag, the bottom of "navbg" starts at about 65px from the top of the window in IE.
     
    kkelly, Dec 5, 2006 IP
  4. dvsf

    dvsf Peon

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I.E. doesn't like height: 100%; Be sure to make it a fixed height, or try a different method of a expandable height.
     
    dvsf, Dec 5, 2006 IP
  5. kkelly

    kkelly Peon

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Do you have any ideas of how to do that?
     
    kkelly, Dec 6, 2006 IP
  6. frankcow

    frankcow Well-Known Member

    Messages:
    4,859
    Likes Received:
    265
    Best Answers:
    0
    Trophy Points:
    180
    #6
    set it to a fixed height
     
    frankcow, Dec 6, 2006 IP