I have the following html. When I hover on the last li
, a border should generate. When I hover on the last li
, other li's are moving.
I have gone through these 2 questions.
I can't able to stop moving the element.
HTML:
<div class="menu_right">
<ul class="menu">
<li><a href="#">Text 1</a></li>
<li><a href="#">Text 2</a></li>
<li class="your_space"><a href="#"><span>Text3</span></a></li>
</ul>
</div>
Kindly check my jsfiddle.
It maybe a simple issue. But I can't able to find a solution to fix it.