Is there a way to wrap an anchor around the image only if I have a DIV with a height of 200px and a background applied to it with a height of 175px?
<div style="background: url('http://www.crmpicco.co.uk/downloads/Image/11218.jpg') no-repeat scroll 0 0 transparent; background-position: bottom;" class="block block2 ">
<ul class="elem"></ul>
<span class="left_border"></span>
</div>
I haven't found any obvious solution other than restructuring my markup, which I'd prefer to avoid right now.