Navigation Menu with images that swap on hover.

I have a nav menu I made that uses onmouseover and onmouseout. I use this to swap an image with another image for a link.

I have tried to enter it as custom code but it doesn't seem to accept it.

Here it is:

<div class="col-sm-12 col-md-5 col-lg-3 col-xl-2" style="width:100%;height:auto;"></div>

<div class="col-sm-12 col-md-5 col-lg-3 col-xl-2" style="width:100%;height:auto;"><a href="gallery.html"><img src="assets/img/gallery_A-01.png" /></a></div> 

<div class="col-sm-12 col-md-5 col-lg-3 col-xl-2" style="width:100%;height:auto;"><a href="packages.html"><img src="assets/img/packages_A-01.png" /></a></div>                

<div class="col-sm-12 col-md-5 col-lg-3 col-xl-2" style="width:100%;height:auto;"><a href="vendors.html"><img src="assets/img/vendors_A.png" /></a></div>   

<div class="col-sm-12 col-md-5 col-lg-3 col-xl-2" style="width:100%;height:auto;"><a href="contact.html"><img src="assets/img/contact_A-01.png" /></a></div>