Hello
I had successfully mapped a series of links over my header image but they disappeared, I think, after I upgraded to the latest version of Thematic/Power Blog.
It appears to have reset my header.php which I edited for this purpose along with the stylesheet.css.
Unfortunately, I didn't backup between making these changes and upgrading the theme so I've lost the code. And, frustratingly, I can't remember how I did it!
The code from my stylesheet is:
#link_holder #home_link {
display: block;
width: 540px;
height: 263px;
}
#link_holder #button_link {
display: block;
width: 200px;
height: 80px;
margin-left: 674px;
margin-top: -121px;
}
...and so forth.
And, what I've done from memory in my header.php is:
<div id="link_holder">
<div id="home_link"><a href="http://thenextchallenge.org/"></a></div>
<div id="button_link"><a href="http://thenextchallenge.org/services/"></a></div>
</div>
I can see the "boxes" I've mapped out when I use Firebug and they show the "a href" links but they don't work as links.
Any pointers much appreciated!
Tim.