I'm having a little trouble with CSS and can't seem to find a solution. I have this HTML
<div id="closelink">
  <a href="">Close</a>
  Click to close
</div>
Now I want to hide the text «Click to close» only, without hiding neither the div, nor the link within it.
Can this be done?
 
     
     
     
     
     
     
     
     
    