<script language=”javascript”>
document.onclick = function(e){
e = e || window.event;
var target = e.srcElement || e.target;
if(target.tagName.toLowerCase()!=’a'){
document.getElementById(‘more_list’).style.display = ‘none’;
}
}
</script>
Leave a Reply
You must be logged in to post a comment.
Using Gravatars in the comments - get your own and be recognized!
XHTML: These are some of the tags you can use: <a href=""> <b> <blockquote> <code> <em> <i> <strike> <strong>