diff --git a/htdocs/core/js/lib_head.js b/htdocs/core/js/lib_head.js index ba3dc38da9e..6ddfa529bee 100644 --- a/htdocs/core/js/lib_head.js +++ b/htdocs/core/js/lib_head.js @@ -57,7 +57,8 @@ function showDP(base,dateFieldID,format,codelang) showDP.box=document.createElement("div"); showDP.box.className="bodyline"; - showDP.box.style.siplay="block"; + showDP.box.style.display="block"; + showDP.box.style.zIndex="1000"; showDP.box.style.position="absolute"; showDP.box.style.top=thetop + "px"; showDP.box.style.left=theleft + "px";