Hello,
I’ve followed the various threads here to make my header image clickable. The info in this thread seems to work somewhat:
http://en.forums.wordpress.com/topic/remove-title-and-clickable-banner?replies=2
It’s made only part of my header clickable and you can actually see the clickable area when you click on it. A short rectangular bar becomes visible as you click on it. I’ve included the height of my header in the CSS code. Here is the code I added to make the header clickable:
#header {
background:url('http://i180.photobucket.com/albums/x176/RF10/jeffrey_dean_morgan_unlimited_he-3.gif');
background-position:center;
background-repeat:no-repeat;
border-bottom:0 solid #c4cC91;
height:294px;
padding-left:-2px;
width:100%;
margin:0;
}
Is there any way to expand this so the whole header is clickable, and also, to hide the box when you click on the header?
Here is my blog: http://jeffreydeanmorganunlimited.com
Thanks for any help you can offer.

