Puzzle
Wejdźcie sobie na stronkę http://www.jigsawplanet.com/?rc=createpuzzle&ret=%2F i zróbcie sobie puzzle z One Direction. Po prostu wybieracie zdjęcie wpisujecie ilość elementów (ile ma być puzzli) i kształt. I tworzycie <3
Ja zrobiłam z Louisem <3
zdjęcie google grafika
Wika :)
function disableSelection(target){
if (typeof target.onselectstart!="undefined") //IE route
target.onselectstart=function(){return false}
else if (typeof target.style.MozUserSelect!="undefined") //Firefox route
target.style.MozUserSelect="none"
else //All other route (ie: Opera)
target.onmousedown=function(){return false}
target.style.cursor = "default"
}
disableSelection(document.body)
Brak komentarzy:
Prześlij komentarz