I have a div tag that is displayed on a page over content, when you click the close link in the div it should hide the div. Is this possible?
i.e.
<div style='display: block'>
content content content content content
<br /><br />
<a href='#' onclick='set display to none'>Close</a>
</div>
Thanks
i.e.
<div style='display: block'>
content content content content content
<br /><br />
<a href='#' onclick='set display to none'>Close</a>
</div>
Thanks