moved the sidebox-handle out of the way (up a bit (70px))

This commit is contained in:
Klaus Leithoff 2008-10-10 12:33:40 +00:00
parent 357c70f41a
commit 05f78a8c91

View File

@ -84,7 +84,7 @@
new ypSlideOutMenu("menu2", "right", 0, 165, 160, 200) new ypSlideOutMenu("menu2", "right", 0, 165, 160, 200)
</script> </script>
<div id="sideboxdragarea" style="position:absolute;left:0px;top:175px"> <div id="sideboxdragarea" style="position:absolute;left:0px;top:105px">
<a href="#" {show_menu_event}="ypSlideOutMenu.showMenu('menu2')" title="{lang_show_menu}"><img src="{img_root}/dragarea_right.png" /></a> <a href="#" {show_menu_event}="ypSlideOutMenu.showMenu('menu2')" title="{lang_show_menu}"><img src="{img_root}/dragarea_right.png" /></a>
</div> </div>