1
I have this structure:
<ul>
<li><a></a></li>
<li><a></a></li>
</ul>
Okay, what happens is that sometimes I need to put the link <a>
above the li
and not inside, as it is in the structure.
How do you do it? I’ve used it before window.location
, but I was wondering if there’s any way to do it without using javascript.
Explain better "put the click above the read and not inside".
– Jader A. Wagner
I edited, I didn’t realize the mistake.
– Felipe Viero Goulart
The correct structure is the link inside the li... In which situation would need to put the li inside the link?
– Jader A. Wagner
@Felipestoker do you want the link to be on top of the <li>?? type like this? http://jsfiddle.net/k30jqdrd/
– Edgar Muniz Berlinck