bir kaç kod

SeNoL

MUEYABYA
Katılım
16 Kas 2006
Mesajlar
4,867
Tepkime puanı
224
Puanları
0
Yaş
42
Konum
Kocaeli
DAKTİLO YAZI
HTML:
<html>
<body>
<script language="JavaScript1.2">
var it=0
function initialize(){
mytext=typing.innerText
var myheight=typing.offsetHeight
typing.innerText=''
document.all.typing.style.height=myheight
document.all.typing.style.visibility="visible"
typeit()
}
function typeit(){
typing.insertAdjacentText("beforeEnd",mytext.charAt(it))
if (it<mytext.length-1){
it++
setTimeout("typeit()",100)
}
else
return
}
if (document.all)
document.body.onload=initialize
</script>
<span id="typing" style="visibility:hidden" align="left">YAZACAKLARINIZI BURAYA YAZIN...</span>
</body>
</html>

Explorer penceresinde hareketli yazı

HTML:
<SCRIPT>
var titletext=" YAZINIZI BURAYA YAZINIZ:::..SeNoL"
var thetext=""
var started=false
var step=0
var times=1
function welcometext()
{
times--
if (times==0)
{
if (started==false)
{
started = true;
document.title = titletext;
setTimeout("anim()",1);
}
thetext = titletext;
}
}
function showstatustext(txt)
{
thetext = txt;
setTimeout("welcometext()",4000)
times++
}
function anim()
{
step++
if (step==7) {step=1}
if (step==1) {document.title='|::::'+thetext+'::::|'}
if (step==2) {document.title=':|:::'+thetext+':::|:'}
if (step==3) {document.title='::|::'+thetext+'::|::'}
if (step==4) {document.title=':::|:'+thetext+':|:::'}
if (step==5) {document.title='::::|'+thetext+'|::::'}
if (step==6) {document.title=':::::'+thetext+':::::'}
setTimeout("anim()",200);
}
if (document.title)
window.onload=onload=welcometext
</SCRIPT>

Link verdiğiniz yazıların üzerine geldiğinizde yazı renk değiştirir ve farenin ok işareti değişir

HTML:
<style><!-- 
a:hover{color:ff0000} 
a{cursor:crosshair} 
a{text-decoration:none;} 
//--></style> 
<script language="JavaScript"> 
<!-- 
function isMsie4orGreater() 
{ 
var ua = window.navigator.userAgent; var msie = ua.indexOf ( "MSIE " ); 
if (msie > 0) 
{return (parseInt ( ua.substring ( msie+5, ua.indexOf ( ".", msie ) ) ) >=4) && (ua.indexOf("MSIE 4.0b") <0) ;} 
else {return false;} 
}; 
// --> 
</script>
 

SeNoL

MUEYABYA
Katılım
16 Kas 2006
Mesajlar
4,867
Tepkime puanı
224
Puanları
0
Yaş
42
Konum
Kocaeli
helali hoş olsun kardeş ne demek kullanın diye ekledim zaten..isteyen istediği değişikliği yapabilir..
 
Üst