Programalama > HTML

Etiketler: güzel, bir, link, atesli

Ort. 0
Puan ver:
<STYLE>#glowtext {
FILTER: glow(color=#c57d5a,strength=2); WIDTH: 100%}
A:link    {text-decoration: none; color: #000066}
A:visited {text-decoration: none; color: #000066}
A:active  {text-decoration: none; color: #000066}
A:hover   {text-decoration: none; color: #ceb464}
</STYLE>

<SCRIPT language=JavaScript1.2>
function glowit(which){
if (document.all.glowtext[which].filters[0].strength==3)
document.all.glowtext[which].filters[0].strength=2
else
document.all.glowtext[which].filters[0].strength=3
}

function glowit2(which){
if (document.all.glowtext.filters[0].strength==3)
document.all.glowtext.filters[0].strength=2
else
document.all.glowtext.filters[0].strength=3
}

function startglowing(){
if (document.all.glowtext&&glowtext.length){
for (i=0;i<glowtext.length;i++)
eval('setInterval("glowit('+i+')",150)')
}
else if (glowtext)
setInterval("glowit2(0)",150)
}

if (document.all)
window.onload=startglowing
 </SCRIPT>
<SPAN id=glowtext> 
<A href="http://www.hazirkod.com/" target=_blank><FONT size=2>LİNK 1</FONT></A> 
<A href="http://www.hazirkod.com/" target=_blank><FONT size=2>LİNK 2</FONT></A>
<br>
<A href="http://www.hazirkod.com/" target=_blank><FONT size=2>LİNK 1</FONT></A>
<A href="http://www.hazirkod.com/" target=_blank><FONT size=2>LİNK 2</FONT></A>
<br>
<A href="http://www.hazirkod.com/" target=_blank><FONT size=2>LİNK 1</FONT></A>
<A href="http://www.hazirkod.com/" target=_blank><FONT size=2>LİNK 2</FONT></A>
<br>
<A href="http://www.hazirkod.com/" target=_blank><FONT size=2>LİNK 1</FONT></A>
<A href="http://www.hazirkod.com/" target=_blank><FONT size=2>LİNK 2</FONT></A></span>


Yorumlar                 Yorum Yaz
Bu hazır kod'a ilk yorumu siz yapın!
KATEGORİLER
ASP - 240
ASP.NET - 24
C# - 75
C++ - 174
CGI - 8
DELPHI - 247
FLASH - 49
HTML - 536
PASCAL - 246
PERL - 11
PHP - 160
WML - 9
XML - 2
Copyright © 2002 - 2024 Hazır Kod - Tüm Hakları Saklıdır.
Siteden yararlanırken gizlilik ilkelerini okumanızı tavsiye ederiz.
hazirkod.com bir İSOBİL projesidir.