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 please can any one help me problem in : http://www.hgi.com.np/
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;}
If you have a chance to re-do your menu, that would be the best way to go. I wouldn't recommend the code you're currently using for the menu. Your current menu also doesn't display too well in FF and safari mac (2nd level), looks like it has fixed width. Give this a shot instead: http://www.htmldog.com/articles/suckerfish/dropdowns/ Here's a sample of a menu similar to yours, just tweak the code from there: http://www.htmldog.com/articles/suckerfish/dropdowns/example/bones2.html