treehouse : what would you like to learn today?
Web Design Web Development iOS Development

hover prob

  • hello every one,

    i am linking a image open it before seeing my problem, actually i want to highlight image area as red line when i hover mouse left side text or input box that is marked. i hope you must be understand what i want.

    is this possible with css if not please tell me any js or anything else.

    http://datanova.co.in/dnitest/scrap/check.jpg

  • Link isn't working.

  • it is working well....

    or give me any mail id on that i can send it..

  • I'm confused by your question.

    EDIT: Just worked it out.

    Give me a minute and I'll answer properly :-)

  • To clarify:

    The elements on the left are HTML elements that relate to particular components in the picture.

    When you highlight one of these elements, you want the area it relates to on the picture to also be highlighted.

    I would recommend you look into the map tag. Someone more experienced with maps (or something entirely different) might be able to give concrete examples. The only limitation here is that the area tag is generally not visible, so you might need to look into something like:

    jQuery map hilight plugin

    I don't think there's a simple-to-implement solution for this.