> > have another look if you'd be so kind (and anyone else that happens to > > check out this topic tonight) and see if you can think of/suggest a > > solution to the problem of my secondary nav disappearing before i get > > the chance to select a > > link:http://www.personal.leeds.ac.uk/~scs4ll/index.html
You should bind the mouseover event to the <li> elements, not the <a> ones. You will just have to adjust the css so that there is no pixel between the main ul and the submenusp and you'll be done. That could be done by changing lowering the sub-ul absolute top position by about 20px, and adding a margin-top of 20px. I hope that's clear enough :) That's something like that that I have on my (ugly and useless) site, except that it's pure CSS, but that's basically it. You can check a sample on http://www.linuxaddicts.com/ Regards, Renaud Drousies