Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

General Discussion

hiding text when hovering an image over the text

How to prevent the text from display over the image when hovering on the text to display an image.

thanks

1 Answer

Hi, danielplaisimnd:

In order for me to best help you accomplish that, can you provide me with the markup of your html so far to provide you the correct way of traversing your DOM with (vanilla) JavaScript or with the help of jQuery?

In either case, you would traverse to the elementNode containing the text and toggling the (CSS) display property.