From: Matteo Nastasi (mop) Date: Sun, 25 Feb 2007 14:29:00 +0000 (+0000) Subject: gestione margini per IE X-Git-Tag: 3.0.0~291 X-Git-Url: https://mop.ddnsfree.com/gitweb/?p=brisk.git;a=commitdiff_plain;h=68e57d31d97dcdd757e04f53628f785cf74bc2f2 gestione margini per IE --- diff --git a/web/commons.js b/web/commons.js index 26e1581..30108c6 100644 --- a/web/commons.js +++ b/web/commons.js @@ -592,6 +592,7 @@ function notify(st, text, tout, butt, w, h) box.innerHTML = text; box.style.zIndex = 200; box.style.width = w+"px"; + box.style.marginLeft = -parseInt(w/2)+"px"; box.style.height = h+"px"; box.appendChild(clodiv); box.style.visibility = "visible";