<html> <style> #child a { display:none; } #parent:hover #child a { display:block; } </style> <body> <div id="parent"> <div id="child">aaddfdffdfdfdfd<a herf="#">test aa</a></div> </div> </body> </html>