ANA SAYFA | FORUM | SİTENİZ İÇİN | İÇERİK EKLE | EN YENİLER | EN POPÜLERLER | EN BEĞENİLENLER | REKLAM | İLETİŞİM
Arama:
Tüm kategorilerde Google Forumda JAVAScript Araçlar
// ÖZELLEŞTİR
E-posta:
Şifre:
Üye Ol
|
Şifremi Unuttum
>> PHP Arşivimiz Gelişiyor! (0 yorum)>> ARŞİVİMİZ FORUM AÇILDI! (0 yorum)>> Ramazan Bayramınız kutlu olsun (2 yorum)>> Kurban Bayramı (0 yorum)>> 10 Kasım (1 yorum)
// EN YENİLER
// EN POPÜLER
// Anasayfa » JAVASCRIPT» Arkaplan Efektleri
Oy:
BACKGROUND: =========== This is an interesting effect that causes the background image of your page to scroll underneath the page content. INSTRUCTIONS: ============= Step One: --------- Make a background image and add it to your page as you normally would, like this: <body background="http://www.aspindir.com/images/aspindirb.gif"> Step Two: --------- Insert the following script immediately *after* the <body> tag: <script> <!-- // Source: CodeFoot.com // set the speed // larger numbers = slower scroll var howQuick = 10; // do not edit below // ----------------- var beIE = document.all?true:false; var iWhere = 0; function scrollBackGround(){ if (beIE){ iWhere = iWhere + 1; if (iWhere > 1000000) iWhere = 1; document.body.style.backgroundPosition = "0 " + iWhere; window.setTimeout("scrollBackGround()",howQuick); } } scrollBackGround(); //--> </script>
Kodu Kopyala
Hata Bildir | Tavsiye Et
Bu içeriğe oy verin:
Yorumlar / Yeni Yorum Yaz Bu içeriğe yorum yazılmamış.
ANA SAYFA | İÇERİK EKLE | YENİ EKLENENLER | EN POPÜLERLER | EN BEĞENİLENLER | REKLAM | DESTEKLEYENLER | İLETİŞİM
JAVAScript İndir © 2004 - 2008Web Tasarımı: Emir Emiroğlu | Kodlama: Can "FiNaRFiN" HANHAN , Korkut TAHAOĞLU, Göktuğ İÇÖZ