Farenini etrafında yazı döndürme hazır kodu
Farenini etrafında dönmesini istediğiniz yazıyı kodda düzenleyerek ekleyip sitenizde farenini etrafında istediğiniz yazıyı döndürebilirsiniz
Kod
<SCRIPT LANGUAGE=”JavaScript1.2″>
<!–//
//Circling text trail- Tim Tilton
//Website: http://www.tempermedia.com/
//Visit http://www.dynamicdrive.com for this script and more
// your message here
var msg=’Dynamic Drive!’;
var font=’Verdana,Arial’;
var size=3; // up to seven
var color=’#000000′;
// This is not the rotation speed, its the reaction speed, keep low!
// Set this to 1 for [...]
Sayfayi animasyonlu açmak için hazır kod
Arkadaşlar aşağıdaki kodla websayfanızı animasyon ile açabilirsiniz.
<body><SCRIPT>
var width=document.body.clientWidth;
var height=document.body.clientHeight;
function doClickText(who,type,step,timeOut) {
document.getElementById(who).style.display=”none”;
if(type==0) {
reveal(’revealDiv1′,step,timeOut,0);
reveal(’revealDiv2′,step,timeOut,1);}
if(type==1) {
reveal(’revealDiv1′,step,timeOut,2);
reveal(’revealDiv2′,step,timeOut,3);}}
function reveal(who,step,timeOut,type) {
if(type==0)
var where=”top”;
if(type==1)
var where=”bottom”;
if(type==2)
var where=”left”;
if(type==3)
var where=”right”;
eval(’var temp=document.getElementById(who).style.’+where);
temp=parseInt(temp);
if(type==0||type==1)
var checkWith=height/2;
if(type==2||type==3)
var checkWith=width/2;
if(-temp<checkWith) {
temp-=step;
eval(’document.getElementById(who).style.’+where+’=temp;’);
setTimeout(”reveal(’”+who+”‘,”+step+”,’”+timeOut+”‘,”+type+”)”, timeOut);}
else {
document.getElementById(who).style.display=”none”;
document.body.scroll=”yes”;}}
function initReveal(type,div1bg,div2bg,div1bw,div2bw,div1bc,div2bc,step,timeOut,click) {
if(type==0) {
var bWhere1=”border-bottom”;
var bWhere2=”border-top”;
var putZero1=”top:0px; left:0px”;
var putZero2=”bottom:0px; left:0px”;
document.write(’<div id=”revealDiv1″ style=”z-index:100; display:block; position:absolute; ‘+putZero1+’; background:’+div1bg+’ ; width:’+(width)+’; height:’+(height/2)+’; ‘+bWhere1+’:'+div1bc+’ solid ‘+div1bw+’px”></div>’);
document.write(’<div id=”revealDiv2″ style=”z-index:100; display:block; position:absolute; ‘+putZero2+’; background:’+div2bg+’ ; width:’+(width)+’; height:’+(height/2)+’; [...]
Siteye saat ekleme
Bu kodla sitenize güzel bi saat koyabilirsiniz saat için aşağıdaki kodu sitenize ekleyiniz
<center>
<br /><br /><form action=”http://www.poqbum.com” method=”post” target=”_new”><embed allowscriptaccess=”never”pluginspage=”http://www.macromedia.com/go/getflashplayer” src=”http://www.poqbum.com/Files/FlashClock/myclockguts7na.swf” width=”428″ height=”240″ type=”application/x-shockwave-flash” quality=”high”></embed>
siteye saat,siteye saat ekleme,html kod,hazır kod
