⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ocscript.js

📁 其他的电子书籍
💻 JS
📖 第 1 页 / 共 2 页
字号:
function justifypage(){
	if (document.body.offsetWidth>800){
		document.getElementById("menu").style.cssText="position:fixed !important; top/**/:100px;                        position:absolute; top:expression(offsetParent.scrollTop+100);width:80px; z-index:999999;  left: 20px; visibility: visible; "
	}
	else{
		document.getElementById("menu").style.cssText="position: absolute; visibility: hidden; "
	}
}
function imenus_data0(){


	this.menu_showhide_delay = 100
	this.show_subs_onclick = false
	this.hide_focus_box = false



   /*---------------------------------------------
   Item Shift Animations
   ---------------------------------------------*/


	this.main_shift_frames = 11
	this.main_shift_move_x = 11
	this.main_shift_move_y = 0

	this.sub_shift_frames = 10
	this.sub_shift_move_x = 10
	this.sub_shift_move_y = 0



   /*---------------------------------------------
   Stack Animations
   ---------------------------------------------*/


	this.stack_order = "forward"
	this.stack_animation_direction = "right"

	this.stack_animation_frames = 10

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -