Bu forum çerez kullanır
Bu forum, kayıtlıysanız oturum açma bilgilerinizi ve değilseniz son ziyaretinizi saklamak için tanımlama bilgilerini kullanır. Çerezler, bilgisayarınızda depolanan küçük metin dokümanlardır; Bu forum tarafından oluşturulan çerezler yalnızca bu web sitesinde kullanılabilir ve güvenlik riski oluşturmaz. Bu forumdaki tanımlama bilgileri ayrıca okuduğunuz belirli konuları ve bunları en son ne zaman okuduğunuzu da izler. Lütfen bu çerezleri kabul edip etmediğinizi onaylayın.

Bu sorunun tekrar sorulmasını önlemek için, seçeneğinize bakılmaksızın tarayıcınızda bir çerez saklanacaktır. Altbilgideki bağlantıyı kullanarak istediğiniz zaman çerez ayarlarınızı değiştirebilirsiniz.

Konuyu Oyla:
  • Derecelendirme: 0/5 - 0 oy
  • 1
  • 2
  • 3
  • 4
  • 5
Glowlu Yazmak
#1
Kod:
<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.donanimmerkezi.com/" target=_blank><FONT size=2><STRONG>LİNK 1</STRONG></FONT></A><FONT size=2> <A href="http://www.donanimmerkezi.com/"
target=_blank><FONT size=2><STRONG>LİNK 2</STRONG></FONT></A><br><br><A href="http://www.donanimmerkezi.com/" target=_blank><FONT size=2><STRONG>LİNK 1</STRONG></FONT></A><FONT size=2> <A href="http://www.donanimmerkezi.com/"
target=_blank><FONT size=2><STRONG>LİNK 2</STRONG></FONT></A><br><br><A href="http://www.donanimmerkezi.com/" target=_blank><FONT size=2><STRONG>LİNK 1</STRONG></FONT></A><FONT size=2> <A href="http://www.donanimmerkezi.com/"
target=_blank><FONT size=2><STRONG>LİNK 2</STRONG></FONT></A><br><br><A href="http://www.donanimmerkezi.com/" target=_blank><FONT size=2><STRONG>LİNK 1</STRONG></FONT></A><FONT size=2> <A href="http://www.donanimmerkezi.com/"
target=_blank><FONT size=2><STRONG>LİNK 2</STRONG></FONT></A><br><br></span>
Cevapla


Bu Konudaki Yorumlar
Glowlu Yazmak - Yazar: x3uqm4 - 30-10-2009, 17:57

Hızlı Menü:


Konuyu Okuyanlar: 1 Ziyaretçi