Horizontal menu not horizontal in IE 7 and 6

Discussion in 'CSS' started by lisamg, Jun 22, 2010.

  1. #1
    this is the address: http://www.easylån.no
    you might have to use: http://xn--easyln-mua.no/

    and this is what it looks like in IE 7 and IE 6

    [​IMG]
     
    lisamg, Jun 22, 2010 IP
  2. glenelkins

    glenelkins Guest

    Messages:
    4
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    why are you still coding for IE 6 ? That browser is fading out and really you should be moving forward with technology and using IE 7 and 8. This looks fine in Safari btw
     
    glenelkins, Jun 23, 2010 IP
  3. lisamg

    lisamg Peon

    Messages:
    4
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Because some people still use IE 6 and IE 7, including those I'm making the website for. I would of course prefer it if everyone updated their browsers as soon as a new version came out, but few actually do.
     
    lisamg, Jun 23, 2010 IP
  4. hemantwebmaster

    hemantwebmaster Member

    Messages:
    349
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    26
    #4
    Kindly used div to design your website
     
    hemantwebmaster, Jun 23, 2010 IP
  5. lisamg

    lisamg Peon

    Messages:
    4
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Not quite sure what you mean, but it's all designed with divs...
     
    lisamg, Jun 24, 2010 IP
  6. shivam0000

    shivam0000 Member

    Messages:
    178
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    33
    #6
    It is working f9 for firefox too

    I dont think it is so much problem causing if it dont work in a or two browser only
     
    shivam0000, Jun 24, 2010 IP
  7. lisamg

    lisamg Peon

    Messages:
    4
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    solution:
    add ul#nav li {float:left;}
     
    lisamg, Jun 24, 2010 IP
  8. ked38

    ked38 Peon

    Messages:
    232
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Add: <!--[if lt IE 7]><script type="text/javascript" src="iehoverfix.js"></script><![endif]-->

    With a little js for fix for ie version less than 7 etc,

    and details maybe see below link .

    Or focus on the hack for ie6 there.



    http://matthewjamestaylor.com/blog/centered-dropdown-menus


    Hope a little help.
    Ked
     
    ked38, Jun 28, 2010 IP