根据显示器分辨率进行的调整的Javascript脚本
By greenerycn#163.com 2007年4月20日
主要代码:
1.根据分辨率,使用不同的代码.










2.根据分辨率,修改css
<
scripttype
=
"
text/javascript
"
>
if (screen.width > 1100 )
document.getElementById( " text_flash " ).style.left = " 600px " ;
</ script >
if (screen.width > 1100 )
document.getElementById( " text_flash " ).style.left = " 600px " ;
</ script >