Hello. I wanted to ask how to solve this issue correctly :): You need to show pictures when you hover over a link, that is, when you hover over a link in one block, the picture appears in another, then when you hover over another link in the same block, see another picture
<ul class="left-block f_left"> <li> <div class="sub-menu-item"> <a class=" href-sub-menu left-sub-menu" onmouseover = " id =x" href="">name</a> </div> </li> </ul> <div class="block-container" style="width: 224px"> <div class="block-detail"> <div id="x" class=" block-item"> <span class="block-title">neme</span> <a href=""><img id="data" src="url-img"></a> <p class="block-descriptions">Desc</p> </div> </div> </div>