Zeg maar een tidy van de maximize (was op osx/ios op verkeerde positie)
svn path=/Website/trunk/; revision=30437
This commit is contained in:
@@ -110,7 +110,6 @@ function MMap_onMapperLoad(pSLNKEvent)
|
||||
{
|
||||
var ob = document.getElementById('MinMaxBtn');
|
||||
ob.style.display = 'block'; // Zodat weer zichtbaar
|
||||
ob.style.left = ($("#docBody").offset().left + $("#docBody").width() - 20) + "px";
|
||||
ob.style.top = ($("#docBody").offset().top + 1) + "px";
|
||||
}
|
||||
|
||||
@@ -134,12 +133,12 @@ function init()
|
||||
============================ -->
|
||||
<img onclick='javascript:onFullScreen()'
|
||||
src="../Pictures/fullscreen.gif"
|
||||
width='21' height='20' id='MinMaxBtn'
|
||||
style="cursor:pointer;display:none;position:absolute;z-index:1;height:20px;width:20px;"
|
||||
id='MinMaxBtn'
|
||||
style="cursor:pointer;display:none;position:absolute;z-index:1;height:20px;width:20px;right:0;"
|
||||
>
|
||||
<iframe id=MMap name=MMap src="../SlnkDWF/ToonIMG.asp"
|
||||
frameborder='0' framespacing='0' scrolling=no
|
||||
style="border:0" width="100%" height="96%" valign=center>
|
||||
<iframe id="MMap" name="MMap" src="../SlnkDWF/ToonIMG.asp"
|
||||
frameborder='0' framespacing='0' scrolling="no"
|
||||
style="border:0" width="100%" height="96%" valign="center">
|
||||
</iframe>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user