17.07.2010, 12:25 | |||||
Картинка складывается по частямКартинка постепенно начинает складываться по частям в единое целое. Классный эффект. В head ставим это:
Quote <SCRIPT> <!-- Beginning of JavaScript - // The width of your image (pixels) var imgwidth=502 // The height of your image (pixels) // The URL of the sliced image // Final horizontal position of the image: distance to the left margin of the window // Final vertical position of the image: distance to the top margin of the window // Number of slices // Speed of slices // Do not change the variables below function initiate() { function moveslices_IE() { // - End of JavaScript - --> <!-- HEAD END HERE --> Красное заменяем на путь до своей картинки. В body добавляем onload=initiate() и вставляем это:
Code <SCRIPT> <!-- Beginning of JavaScript - for (i=0;i<=imgslices-1;i++) { marginright=screen.width+50 document.write("<span id='span"+i+"' style='position:absolute;visibility:visible; left:"+marginright+"px;top:"+y_finalpos+"px;clip:rect("+cliptop+"px "+clipright+"px "+clipbottom+"px "+clipleft+"px)'>") document.write("<img src='"+imgurl+"'>") document.write("</span>") clipleft+=width_slice clipright+=width_slice } // - End of JavaScript - --> </SCRIPT> Материал взят с сайта infoscript.ru
| |||||
Категория: JavaScript's | Просмотров: 2925 | Добавил: antisept | Рейтинг: 4.5/2 | | |||||
Теги: |
Пока комментариев нет. Ты можешь быть первым! | |
Кроме того, материал перепечатывали с сайта на сайт, ставили... файл можно найти на Вэбочке (название tables_tablichki_dli_foruma.js).