Clickable Header
-
Hi if you go to my blog https://www.thepoliticalteen.net .. you will see my header is not clickable. How do I make it clickable without it going anywhere from where it is now. I say that because when I put this code in my Stylesheet:
#header
{background: transparent url(https://thepoliticalteen.net/header.gif) no-repeat 3px 0px;
display: block;
width: 732px;
height: 200px;
}and this code in my header.php:
<div id=”header” onclick=”location.href=’https://www.thepoliticalteen.net/’;” style=”cursor: pointer;”></div>
It puts a copy of the image outside of the blog at the top, while the main image stays where it’s at and not clickable.
Thanks
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Clickable Header’ is closed to new replies.