http://stackoverflow.com/a/3886050/1655274. To subscribe to this RSS feed, copy and paste this URL into your RSS reader.
Step 2) Add CSS: Example .hide { display: none; } .myDIV:hover + .hide { display: block; color: red; } Try it Yourself Example Explained Where should I put