First, BACKUP your css in case this goes wobbly ??
This is gemini territory I think, so I’ll tread carefully.
In your CSS, you have this:
#masthead {
background: #ffffff url(‘wp-images/blog2.gif’);
font: normal 100% ‘Ariel’, Times, serif;
letter-spacing: 0.2em;
margin: 0;
padding: 0 10px 0 60px;
border-bottom: 1px solid #565;
}
ADD to that, this bit
height: 197px;
width: 801px;
Now in your CSS, you have this:
#header a {
color: #fff;
text-decoration: none;
}
Change that to this:
#header a {
display:block;
height:100%;
text-indent:-500em;
text-decoration:none;
}
That should make your image clickable……..I think.
Any problems at all, post back.
But do backup your css that you have now.