2
In case I have a tag <a>
, I can add just like a tag <ul>
with <li>
to create a dropdown menu
<a href="out_denuncia.aspx" id="menuHomeMaster">Denúncia/Sugestão</a>
or just like that:
<ul class="nav">
<ul>Contato
<li><a href="#">Fale Conosco</a></li>
<li><a href="#">Sugestões</a></li>
</ul>
<ul>
Your question got a little confused. You want to pass the mouse in the Link `<a> appears a Dropmenu with some options is this?
– hugocsl
That’s right, when passing or clicking on the <a> show the options.
– Adriano Praia
Without JS I think you won’t make it, just because you can’t have a Link inside the other, like
<a href="out_denuncia.aspx"><a href="#"></a></a>
– hugocsl
What would be the advantage in that? You can’t put one <a> inside another <a>
– Sam
It would not be better for a list of <a>s to appear in the mouseover?
– Bacco
I have a solution, but the anchor elements are not inside each other. It serves?
– user54824