Home › Forums › Other › navigation and buttons › Reply To: navigation and buttons
November 29, 2016 at 3:12 pm
#248466
Participant
They won’t be targeting the same element in any case. The latter will be a direct child a
of nav
that is outside of the ul
.
<nav>
<a></a>
<ul>
<li>
<a></a>
</li>
</ul>
</nav>
But maybe you can provide some HTML markup, the question’s not exactly clear. I’m assuming you’re not actually using button
elements for example but that that was a figure of speech.