Linking a DIV?

Is it possible to link an entire DIV?

Hi, since you gave the image as a background image you can’t link that. Your best option here would be to absolutely overlay an anchor (note, inline styles used as demo ONLY)

<div id="homeRight" >
	<div id="welcomeMessage" style="background: #f7f4e5 url('http://customghanahomes.com/wp-content/themes/Buchan/images/2_callout_btn_realtor_thumb.jpg') bottom right no-repeat;">

 


		<h2 id="homeWelcome"><a href="http://customghanahomes.com/2010/01/hello-world/">Welcome Home!</a></h2>

<p>A home should be more than the sum of its parts, it is a structure that contains and shapes a family&#8217;s life. This extraordinary combination shapes how we build your home&#8230;</p>
<p>We build for the sophisticated and discriminating home buyer&#8230;who appreciates functionality, simplicity, practicality</p>
<p>We don&#8217;t just add a home to your life&#8230;&#160;We add a life to your home.</p>
				
        	
				
		
		
        

        
[B]<a style="position:absolute;height:100&#37;;top:0;right:0;width:200px;z-index:9" href="#"></a>
		[/B]
		<div class="clear"></div>
		
	</div>

I think that’s wide enough to cover the whole image, if not then just increase/decrease the width of the anchor to whatever you want :).

That’s a great fix! Thank you very much. I was just thinking of making the div a link.

You’re welcome :).