Forums

Trying to get header to link to homepage (6 posts)

  1. 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;”>

  2. esmi
    Theme Diva & Mod
    Posted 2 years ago #

    Try getting rid of style="cursor: pointer;"

  3. darkhunter139
    Member
    Posted 2 years ago #

    Still not working :(

  4. darkhunter139
    Member
    Posted 2 years ago #

    Still cant get it to work! its driving me nuts anyone have a suggestion?

  5. Peter Boosten
    Member
    Posted 2 years ago #

    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

  6. darkhunter139
    Member
    Posted 2 years ago #

    Perfect thanks!

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.