<div class="a">
<img class="img_c" id="img_id" src="~~">
<div class="b">
<div class="c">
<ul class="d" id="e">
<li ~~~ >
</ul>
</div>
</div>
</div>
Is there a way to display the image when hovering over the e button? The max-width attribute of class b is not affecting the image, so it needs to be placed outside of class b. How can I write the CSS code in this particular scenario?