This is my DIV
<div id="MyDiv">
<div class="fa_close"><a href="#" onclick="hFa()"><img src="fadead/close1.jpg" /></a></div>
<h1><i>THIS WEEK'S</i></h1>
<img src="fadead/special.jpg" alt="special" />
</div>
And I am trying to hide it like this but it does not want to work
document.getElementById("MyDiv").style.visibility = "hidden";
What am I doing wrong?