I have created a menu with some images included, and I want them to be clickable links. However, currently only the text on top of the images acts as a link when hovered over. I would like the entire image to be clickable, not just the text. I believe I may have placed the href tag incorrectly in the code below:
<link rel="stylesheet" href="mbcsmbur9s.css" type="text/css" />
<ul id="mbur9sebul_table" class="mbur9sebul_menulist css_menu" style="width: 931px; height: 165px;">
<li class="topitem spaced_li"><div class="buttonbg gradient_button gradient165"><div class="icon_1"><a href="https://www.facebook.com/RealMadrid?fref=ts">Facebook</a></div></div></li>
<li class="topitem spaced_li"><div class="buttonbg gradient_button gradient165"><div class="icon_2"><a>Twitter</a></div></div></li>
<li class="topitem spaced_li"><div class="buttonbg gradient_button gradient165"><div class="icon_3"><a>Google +</a></div></div></li>
<li class="topitem spaced_li"><div class="buttonbg gradient_button gradient165"><div class="icon_4"><a>Youtube</a></div></div></li>
<li class="topitem spaced_li"><div class="buttonbg gradient_button gradient165"><div class="icon_5"><a>Android</a></div></div></li>
<li class="topitem"><div class="buttonbg gradient_button gradient165" style="width: 184px;"> <div class="icon_6"><a>iOS</a></div></div></li>
</ul>
<!-- Menus will work without this javascript file. It is used only for extra
effects, improved usability and compatibility with very old web browsers. -->
<script type="text/javascript" src="mbjsmbur9s.js"></script>