• I have a custom header image that I hyperlinked to my home page. I did it by adding the code
    <div id="header" onclick="location.href='https://www.modesofbeing.com';" <img title="The Modes of Being" src="https://modesofbeing.com/wp-content/uploads/2010/11/header.png" style="cursor: pointer;">
    The header shows fine with hyperlink in firefox and safari, but the image doesn’t show at all in Chrome. I’m not sure why its not showing in chrome. My website is at https://www.modesofbeing.com. Any help is appreciated.

Viewing 2 replies - 1 through 2 (of 2 total)
  • <div id="header" onclick="location.href='https://www.modesofbeing.com';"> <img title="The Modes of Being" src="https://modesofbeing.com/wp-content/uploads/2010/11/header.png" style="cursor: pointer;" />

    Thread Starter objecpers

    (@objecpers)

    Thanks a lot. That fixed it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Header image doesn't show in Chrome’ is closed to new replies.