Boxes not showing as links

Hi,

Take a look at this page:

http://www.freemanholland.com/cow/public_html/

You will notice a series of boxes, some of which should link through to other pages. I viewed the source the html shows the box as links but i can’t click on the box?

It’s like its hidden underneath a layer or something?

Any ideas what it might be?

Thanks

Thanks that worked perfectly!

:smiley:

The boxes need to be wrapped with the link.


<div class="box-home">
  <a href="http://www.google.com"><img src="http://www.freemanholland.com/cow/public_html/homepage/image1.jpg" alt="Mens Knitwear" title="Mens Knitwear">
    <div class="box-content"><p></p></div>
  </a>
</div>

Try that and see if it works better.