Anchor positioning for sub levels in multi level navigation
Hi,
Would it be correct to use anchor positioning (maybe with
popover
popover
for the secondary / tertiary levels in a multiple level hover navigation bar, maybe built with nested
<ul>
<ul>
and
<li>
<li>
elements?
If so, is there a way to link the anchor and the anchor target without an id, how would you manage the ids here? Would you ahve to add an id to each sub level of the nav?