Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript JS Challenge – Looking for a suggestion

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #42687

    Hey Guys,

    So I am looking to do something like this: http://www.exsite.ca/temp/team-sample.jpg

    Basically you will have all the team members lined up as seperate images and when you hover over one it will show their bio on the right site. The issue is how can i get the hover to work with the overlaps and such that occur in the people. That AND, i want to have the hover area be the specific contours of the persons body, not just a square.

    Let me know if you have a solution for this… or if it is even possible.

    Thanks!

    #124312
    rosspenman
    Participant

    You’ll probably want to use image maps for this.

    https://developer.mozilla.org/en-US/docs/HTML/Element/map

    #124315

    @CrocoDillon is there some kind of tool that aids with that?

    @rosspenman
    image maps are so ancient… theres gotta be some kind of more recent tech for this…

    #124316
    rosspenman
    Participant

    Image maps are definitely the best way to do this. They are still completely valid HTML5!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.