deleting li:active
solves my problem . because before and after clicking the pointer is in 2 different tag in this areas. (<a>
before and <img>
after)
.menu li:active
{
margin-right: 8px;
margin-left: 4px;
margin-top:4px;
}
here is an updated fiddle
2
solved html tag is clickable but linking functionality not work in all areas [closed]