
Just wondering what I would add to the css in order to make this clickable?
<h1 id="gkLogo">
<a href="./" class="cssLogo"></a>
<span><?php echo $this->getParam('logo_text', ''); ?></span>
</h1>
<a id="test" href="http://google.com"><span></span></a>
#test {
display: block;
height: 80px;
margin-left: -29px;
position: absolute;
top: 15px;
width: 93px;
}