got problem in this css menu :(

Discussion in 'CSS' started by ukesh, Jul 5, 2008.

  1. #1
    i am getting problem in this css menu i have used this menu from free download

    main problem is that when i go to sub menu i think like i am playing hide and sick :D please can any one help me

    problem in : http://www.hgi.com.np/
     
    ukesh, Jul 5, 2008 IP
  2. Masim man

    Masim man Active Member

    Messages:
    73
    Likes Received:
    4
    Best Answers:
    2
    Trophy Points:
    58
    #2
    Looks funny,

    I think it happens because the ul1 and ul2 has white space between them.
    I have seen your CSS, it has margin-left 3px:

    #ujwol ul{ background:#000000; padding:0px; margin:0px; margin-left:3px;}

    To remove the white space, set the margin to 0 in ul2. In your CSS you can add something like this:

    #ujwol ul ul {padding:0; margin:0;}
     
    Masim man, Jul 7, 2008 IP
  3. glorie

    glorie Peon

    Messages:
    123
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    glorie, Jul 8, 2008 IP