Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7025667
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T00:00:22+00:00 2026-05-28T00:00:22+00:00

I am using two images overlapped with each other. i can see the half

  • 0

I am using two images overlapped with each other. i can see the half of the second image(i.e)behind the first image. how to give link to the second image. However when i give link to second image the div of the first image is blocking the link. The first image has no link. How can i overcome this.

Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T00:00:22+00:00Added an answer on May 28, 2026 at 12:00 am

    I did a tricky thing for this type of scenario.

    See the front page of this website http://www.klim.com/en-us/ and scroll in the middle where it reads “choose your passion”. Notice it uses diagonally aligned images or at least is appears to.

    What I did was take one transparent PNG that fills entire dimension of your image area and sits on top absolutely positioned with higher z index, the other images lay behind in whatever order doesn’t matter and can be a series of images split up in my case.

    You then place a single image map onto the transparent PNG in any configuration you want to make the back images work. In the image map you can draw whatever shapes you want and have mouse over events tied to them. In my case I’m using jQuery.

    Here’s a snippet of the jQuery and notice its treating the image map links just like you would any normal mouse over as it just works like that.

    <div class="choose-passion">
        <div class="snow"></div>
        <div class="moto"></div>
    
        <map name="passion-map" id="passion-map">
        <area alt="" shape="poly" coords="0,22,574,22,340,320,0,320" href="/en-us/snow" />
        <area alt="" shape="poly" coords="980,22,575,22,340,321,980,321" href="/en-us/moto" />
        </map>
        <img usemap="#passion-map" style="width:980px;height:333px;" src="//s3.amazonaws.com/klimsitecontent/web/img/transparent.png" alt="" />
    </div>
    
    <script>
        $('#passion-map area:first').hover(
            function () {
                $('.choose-passion .snow').stop(true, true).hide().fadeIn('fast');
            },
            function () {
                $('.choose-passion .snow').stop(true, true).show().fadeOut('fast');
            }
        );
        $('#passion-map area:eq(1)').hover(
            function () {
                $('.choose-passion .moto').stop(true, true).hide().fadeIn('fast');
            },
            function () {
                $('.choose-passion .moto').stop(true, true).show().fadeOut('fast');
            }
        );
    </script>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Had for an photo art project using two images. The first image would be
How can I toggle two images by fading using jQuery .fadeToggle method.
I have two images with which I am using in an anchor tag. I
I'm trying to calculate the similarity (read: Levenshtein distance ) of two images, using
I currently am using two stylesheets to get my intended output. The first stylesheet
I am currently using two catch blocks after a try block. The first catches
Comparing two images to see if they are both the same files is easy:
I have two images. I want to display one image if its day and
Currently i'm using something like this: images = Image.all() count = images.count() random_numb =
Basically, I have two images, each in a separate div. When I do a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.