close icon doesn't appear
问题 I was trying to add a text popup box on my page, and this code helped me but I need to add a close icon (which is an image in my code).. but it doesn't work :/ here is my code: function show_hide_box(an, width, height, borderStyle) { if (navigator.userAgent.indexOf("MSIE") != -1) { var browserIsIE = true; } else { browserIsIE = false; } var href = an.href; var boxdiv = document.getElementById(href); if (boxdiv != null) { if (boxdiv.style.display=='none') { move_box(an, boxdiv); boxdiv.style