I have read the others problem with table bound menus, here is my problem.
I have a menu generated with asp. The menu code that doesnt have position set to relative is generated between the head tags. The menus with relative position is the generated by inserting a call to an asp function that generates the menu code for that menu, where it should reside as relative.
I get the same problem with the first sub not showing up. But I cant move my code to a seperate js file, because it should be generated every time a user enters, and change regarding to which permisson the user has. One way I think I could "hack" this is by adding a fake menu before the first sub menu. Any downsides with this regarding browser compability?
/Anders