darkhunter139
Member
Posted 2 years ago #
I am trying to get my header to link to my homepage my blog is lastcheckpoint.com
I was able to get it to link to the home page but I want the cursor to change when you scroll over the banner so you know its a link.
Here is the code I used and its still not changing the cursor
<div class="top" onclick="location.href='http://www.lastcheckpoint.com';" style=”cursor: pointer;”>
Try getting rid of style="cursor: pointer;"
darkhunter139
Member
Posted 2 years ago #
darkhunter139
Member
Posted 2 years ago #
Still cant get it to work! its driving me nuts anyone have a suggestion?
this works for me:
<div class="top" style="cursor: pointer;" onclick="location.href='http://www.lastcheckpoint.com';"> </div>
Maybe it's the order of the attributes?
Peter
darkhunter139
Member
Posted 2 years ago #