Css issues in ie

Discussion in 'CSS' started by inta, Feb 12, 2009.

  1. #1
    Im building A site
    and in ff3 everything looks cool
    but in ie 6 it looks messed up
    the left navigation starts really low down the screen
    anyone how to fix this in ie

    http://cybaradio.com/test/harvest/harvest
     
    inta, Feb 12, 2009 IP
  2. markupdude

    markupdude Peon

    Messages:
    215
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #2
    It seems that the block <div id="page"> that is supposed to hold both the sidebar as well as the content bar is closed before the sidebar starts.

    IE might have a problem in that.

    Try bringing both the <div id="content"> & <div id="sidebar"> inside <div id="page"> block.
     
    markupdude, Feb 12, 2009 IP
  3. ToLynn.com

    ToLynn.com Banned

    Messages:
    47
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Hmm, tricky one but always fixable. However, if you are already starting to coding primarily for 3rd generation browsers such as FF3, forget IE6. It's becoming obsolete and not worth the time.

    Spend your time wisely and focus on things that would matter in future. :)

    Just my 2 cents.
     
    ToLynn.com, Feb 12, 2009 IP
  4. ranacseruet

    ranacseruet Peon

    Messages:
    302
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #4
    hi,
    i have a post on my blog regarding fixing ie's css issue. Chk that, very simple & tricky..:)
     
    ranacseruet, Feb 16, 2009 IP