Forum Moderators: not2easy
Can some help me on this, I have spent all day so far and looked all over Google for a solution.
In theory you should only need to have two lists. Each one with its own id, and just duplicate the css for each one...
Also, so it works in IE, you need to have the if statement of the javascript twice. On each one change the line:
navRoot = document.getElementById("nav");
Substitute "nav" for each one of your ids.
What happens when you try to implement it?