Errors in my dropdown menu

Discussion in 'HTML & Website Design' started by Cypherus, Jan 14, 2008.

  1. #1
    Hi there

    I'm working on a Norwegian languaged site, but that's not relevant to my problem. I have a dropdown menu that works great in Firefox and Opera (of course), but doesn't quit work in IE7 and don't work at all in IE6 (surprise).

    Here is the url: http://alt-om-kroatia.com/

    Anyone know what might be wrong?
     
    Cypherus, Jan 14, 2008 IP
  2. Noddegamra

    Noddegamra Peon

    Messages:
    1,013
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    0
    #2
    #mainmenu .menuitem (line 66)

    {

    border-right-width: 1px;

    border-right-style: solid;

    border-right-color: #ffffff;

    text-align: center;

    height: 27px;

    padding-top: 3px;

    }



    try text-align: left;

    and see if that works/helps?

    there's a lot of css there, I have little time so can't really look into it too much. It is definately a css problem though. Try setting up a reset.css file and calling it before the other css. You can check this in google, it helps make firefox and ie set the same defaults.
     
    Noddegamra, Jan 14, 2008 IP
  3. Cypherus

    Cypherus Peon

    Messages:
    1,551
    Likes Received:
    102
    Best Answers:
    0
    Trophy Points:
    0
    #3
    No, that just made it even more wierd :b
     
    Cypherus, Jan 14, 2008 IP