From 1f8bac8267a2d0144de8e65b7e9b9516ba49fc0a Mon Sep 17 00:00:00 2001 From: zero Date: Mon, 26 Mar 2007 04:26:00 +0000 Subject: [PATCH] git-svn-id: http://xe-core.googlecode.com/svn/trunk@645 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- common/css/default.css | 3 ++- common/js/common.js | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/common/css/default.css b/common/css/default.css index c1f42b583..7c6a795df 100644 --- a/common/css/default.css +++ b/common/css/default.css @@ -23,7 +23,7 @@ top:0px; left:0px; position:absolute; - z-index:1000; + z-index:1001; text-align:left; overflow:hidden; } @@ -36,6 +36,7 @@ width:60px; height:20px; border:1px solid #FFFFFF; + z-index:1002; } FORM { diff --git a/common/js/common.js b/common/js/common.js index 520c0e301..a7f487e9c 100644 --- a/common/js/common.js +++ b/common/js/common.js @@ -89,7 +89,7 @@ function resizeImageContents() { obj.source_height = xHeight(obj); xWidth(obj, xWidth(parent)-1); - xAddEventListener(obj,"click", resizeImagePopup); + xAddEventListener(obj,"click", showOriginalImage); } } xAddEventListener(window, "load", resizeImageContents);