mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 23:59:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@645 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
d35d6190ec
commit
1f8bac8267
2 changed files with 3 additions and 2 deletions
|
|
@ -23,7 +23,7 @@
|
||||||
top:0px;
|
top:0px;
|
||||||
left:0px;
|
left:0px;
|
||||||
position:absolute;
|
position:absolute;
|
||||||
z-index:1000;
|
z-index:1001;
|
||||||
text-align:left;
|
text-align:left;
|
||||||
overflow:hidden;
|
overflow:hidden;
|
||||||
}
|
}
|
||||||
|
|
@ -36,6 +36,7 @@
|
||||||
width:60px;
|
width:60px;
|
||||||
height:20px;
|
height:20px;
|
||||||
border:1px solid #FFFFFF;
|
border:1px solid #FFFFFF;
|
||||||
|
z-index:1002;
|
||||||
}
|
}
|
||||||
|
|
||||||
FORM {
|
FORM {
|
||||||
|
|
|
||||||
|
|
@ -89,7 +89,7 @@ function resizeImageContents() {
|
||||||
obj.source_height = xHeight(obj);
|
obj.source_height = xHeight(obj);
|
||||||
xWidth(obj, xWidth(parent)-1);
|
xWidth(obj, xWidth(parent)-1);
|
||||||
|
|
||||||
xAddEventListener(obj,"click", resizeImagePopup);
|
xAddEventListener(obj,"click", showOriginalImage);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
xAddEventListener(window, "load", resizeImageContents);
|
xAddEventListener(window, "load", resizeImageContents);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue