.about {
display:inline-block;
}
.cursor
{
height:0px;
}
.about img {
display:block;
}
.about a
{
color:black;
}
.about:hover .cursor:after
{
height:50px;
width:250px;
}
<div id="images">
<div class="about" >
<img class="cursor" src="corsor-left.png"/>
</div>
<div class="about">
<a href="album.php?cat_name=<?echo $row[cat_name]?>">12231123</a>
</div>
<div class="about ">
<img class="cursor" style="width: 2px;"src="cursor-right.png"/>
</div>
</div>