Сообщение оставлено 29.05.2009 в 18:43:22 | Сообщение #
1
Проверенный Проверенный человек на сайте. Группа выдана за 100 сообщений на форуме.
К сожалению, пользователь контактные данные не указал.
К сожалению, пользователь данные о WMID не указал.
<html> <head> <title>Картинка которая собирается в центре</title> <script language=Javascript> <!-- var layerRef="null", styleSwitch="null"; function init(){ if (navigator.appName == "Netscape") { layerRef="document.layers"; styleSwitch=""; }else{ layerRef="document.all"; styleSwitch=".style"; } } { var bro=navigator.appName; var ver=parseInt(navigator.appVersion); if( ver>=4) { arimgSrc = new Array ( "../gif/logo2r.gif", "../gif/logo2d.gif", "../gif/logo2u.gif", "../gif/logo2l.gif" ); arimgLst = new Array (); for (i in arimgSrc) { arimgLst[i] = new Image (); } s=screen; g=100; n=s.height; df=n/2; ku=df-df%10; topstop=s.height/2-g; currUp=s.height-167; currD=-66; currL=-50; currR=s.height+50; } } function moveLayerUp(layerName){ if (currUp > ((s.height)/2+34-g)){ currUp-=5; } eval(layerRef+'["'+layerName+'"]'+styleSwitch+'.top= currUp'); setTimeout('moveLayerUp("'+layerName+'",'+currUp+','+topstop+')',0); } function moveLayerD(layerName){ if (currD < ((s.height)/2-33-g)){ currD+=5; } eval(layerRef+'["'+layerName+'"]'+styleSwitch+'.top= currD'); setTimeout('moveLayerD("'+layerName+'",'+currD+','+topstop+')',0); } function moveLayerL(layerName){ if (currL < (ku)){ currL+=10; } eval(layerRef+'["'+layerName+'"]'+styleSwitch+'.left= currL'); setTimeout('moveLayerL("'+layerName+'",'+currL+','+topstop+')',1); } function moveLayerR(layerName){ if (currR > (ku)){ currR-=10; } eval(layerRef+'["'+layerName+'"]'+styleSwitch+'.left= currR'); setTimeout('moveLayerR("'+layerName+'",'+currR+','+topstop+')',1); } document.write('<style type="text/css">') document.write('#d {POSITION: absolute; TOP:'+(s.height/2+34-g)+ '; LEFT:'+ku+'; Z-INDEX: 84000; WIDTH: 100px; HEIGHT: 100px;}') document.write('#l {POSITION: absolute; TOP:'+ (s.height/2-33-g)+ '; LEFT:'+ku+'; Z-INDEX: 84000; WIDTH: 100px; HEIGHT: 100px;}') document.write('#r {POSITION: absolute; TOP:'+ (s.height/2-33-g)+ '; LEFT:'+ku+'; Z-INDEX: 84000; WIDTH: 100px; HEIGHT: 100px;}') document.write('#u {POSITION: absolute; TOP:'+ (s.height/2-33-g)+ '; LEFT:'+ku+'; Z-INDEX: 84000; WIDTH: 100px; HEIGHT: 100px;}') document.write('</style>') --> </script> </head> <body bgColor=#ffffff onload="init();moveLayerUp('d'); moveLayerD('u'); moveLayerL('l');moveLayerR('r');" text=#000000> <table border=0 cellPadding=0 cellSpacing=0 width="100%"> <tbody> <tr> <td width="25%"> <div id=d> <dd><img height=34 src="../gif/logo2d.gif" width=100> </dd></div></td> <td width="25%"> <div id=l> <dd><img height=66 src="../gif/logo2l.gif" width=100> </dd></div></td> <td width="25%"> <div id=r> <dd><img height=66 src="../gif/logo2r.gif" width=100> </dd></div></td> <td width="25%"> <div id=u> <dd><img height=66 src="../gif/logo2u.gif" width=100> </dd></div></td></tr></tbody></table> </body> </html>
Сообщение оставлено 29.05.2009 в 18:43:22 | Сообщение #
1
<html> <head> <title>Картинка которая собирается в центре</title> <script language=Javascript> <!-- var layerRef="null", styleSwitch="null"; function init(){ if (navigator.appName == "Netscape") { layerRef="document.layers"; styleSwitch=""; }else{ layerRef="document.all"; styleSwitch=".style"; } } { var bro=navigator.appName; var ver=parseInt(navigator.appVersion); if( ver>=4) { arimgSrc = new Array ( "../gif/logo2r.gif", "../gif/logo2d.gif", "../gif/logo2u.gif", "../gif/logo2l.gif" ); arimgLst = new Array (); for (i in arimgSrc) { arimgLst[i] = new Image (); } s=screen; g=100; n=s.height; df=n/2; ku=df-df%10; topstop=s.height/2-g; currUp=s.height-167; currD=-66; currL=-50; currR=s.height+50; } } function moveLayerUp(layerName){ if (currUp > ((s.height)/2+34-g)){ currUp-=5; } eval(layerRef+'["'+layerName+'"]'+styleSwitch+'.top= currUp'); setTimeout('moveLayerUp("'+layerName+'",'+currUp+','+topstop+')',0); } function moveLayerD(layerName){ if (currD < ((s.height)/2-33-g)){ currD+=5; } eval(layerRef+'["'+layerName+'"]'+styleSwitch+'.top= currD'); setTimeout('moveLayerD("'+layerName+'",'+currD+','+topstop+')',0); } function moveLayerL(layerName){ if (currL < (ku)){ currL+=10; } eval(layerRef+'["'+layerName+'"]'+styleSwitch+'.left= currL'); setTimeout('moveLayerL("'+layerName+'",'+currL+','+topstop+')',1); } function moveLayerR(layerName){ if (currR > (ku)){ currR-=10; } eval(layerRef+'["'+layerName+'"]'+styleSwitch+'.left= currR'); setTimeout('moveLayerR("'+layerName+'",'+currR+','+topstop+')',1); } document.write('<style type="text/css">') document.write('#d {POSITION: absolute; TOP:'+(s.height/2+34-g)+ '; LEFT:'+ku+'; Z-INDEX: 84000; WIDTH: 100px; HEIGHT: 100px;}') document.write('#l {POSITION: absolute; TOP:'+ (s.height/2-33-g)+ '; LEFT:'+ku+'; Z-INDEX: 84000; WIDTH: 100px; HEIGHT: 100px;}') document.write('#r {POSITION: absolute; TOP:'+ (s.height/2-33-g)+ '; LEFT:'+ku+'; Z-INDEX: 84000; WIDTH: 100px; HEIGHT: 100px;}') document.write('#u {POSITION: absolute; TOP:'+ (s.height/2-33-g)+ '; LEFT:'+ku+'; Z-INDEX: 84000; WIDTH: 100px; HEIGHT: 100px;}') document.write('</style>') --> </script> </head> <body bgColor=#ffffff onload="init();moveLayerUp('d'); moveLayerD('u'); moveLayerL('l');moveLayerR('r');" text=#000000> <table border=0 cellPadding=0 cellSpacing=0 width="100%"> <tbody> <tr> <td width="25%"> <div id=d> <dd><img height=34 src="../gif/logo2d.gif" width=100> </dd></div></td> <td width="25%"> <div id=l> <dd><img height=66 src="../gif/logo2l.gif" width=100> </dd></div></td> <td width="25%"> <div id=r> <dd><img height=66 src="../gif/logo2r.gif" width=100> </dd></div></td> <td width="25%"> <div id=u> <dd><img height=66 src="../gif/logo2u.gif" width=100> </dd></div></td></tr></tbody></table> </body> </html>
Сообщение оставлено 29.05.2009 в 21:11:44 | Сообщение #
2
Премиум Человек, имеющий большие привилегии на сайте.Very Important Person (VIP)
Сообщение оставлено 29.05.2009 в 21:11:44 | Сообщение #
2
Лучший форум общения
Сообщения: 2193
ну и скрипт конечно
Сообщение оставлено 29.05.2009 в 21:13:05 | Сообщение #
3
Премиум Человек, имеющий большие привилегии на сайте.Very Important Person (VIP)
Сообщение оставлено 29.05.2009 в 21:13:05 | Сообщение #
3
Лучший форум общения
Сообщения: 2193
ппц
Сообщение оставлено 22.05.2010 в 16:08:53 | Сообщение #
4
Заблокированный Ограниченный пользователь, не имеющий никаких прав доступа к сайту.
К сожалению, пользователь данные о WMID не указал.
Сообщение оставлено 22.05.2010 в 16:08:53 | Сообщение #
4
не оч