sitem asagida

|
|
|
v

 


   
  html ve css kodlari
  sitenize guzel bir acilis
 

sitem asagida

|
|
|
v

 







<center>
<table height="400">
    <tbody>
        <tr>
            <td><center><style type="text/css">

 

 <!--
  body {
   background-color: black;
   color: #FFFFFF;
   font-size: 1px;
   margin: 0;
   font-family: tahoma, verdana, arial;
  }
 //
 -->
 </style><script type="text/javascript">
  function activateFlash(movieurl) {
   document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="600" height="248">n');
   document.write(' <param name="movie" value="'+movieurl+'" />n');
   document.write(' <param name="quality" value="high" />n');
   document.write(' <embed src="'+movieurl+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="600" height="248"></embed>n');
   document.write('</object>n'); 
  }
 </script><center>
            <table height="500" cellspacing="0" cellpadding="0" width="100%">
                <!-- MSTableType="layout" -->
                <tbody>
                    <tr>
                        <td width="134" height="500" rowspan="4">&nbsp;</td>
                        <td valign="top" width="133" height="500" rowspan="4">
                        <p align="center"><a id="TB_ImageOff" title="Close"><img id="TB_Image" height="112" alt="" width="113" src="https://img.webme.com/pic/g/gezerdin/turkdon.gif" /><img id="TB_Image14" height="112" alt="" width="113" src="https://img.webme.com/pic/g/gezerdin/turkdon.gif" /><img id="TB_Image15" height="112" alt="" width="113" src="https://img.webme.com/pic/g/gezerdin/turkdon.gif" /><img id="TB_Image16" height="112" alt="" width="113" src="https://img.webme.com/pic/g/gezerdin/turkdon.gif" /><img id="TB_Image17" height="112" alt="" width="113" src="https://img.webme.com/pic/g/gezerdin/turkdon.gif" /></a></p>
                        </td>
                        <td width="133" height="500" rowspan="4">&nbsp;</td>
                        <td valign="top" height="345"><embed src="http://www.huseyin.googlepages.com/bayrak1.swf" width="537" height="400" scale="ShowAll" play="true" loop="true" menu="true" wmode="Window" quality="1" type="application/x-shockwave-flash"></embed></td>
                        <td width="134" height="500" rowspan="4">&nbsp;</td>
                        <td valign="top" width="133" height="500" rowspan="4">
                        <p align="center"><a id="TB_ImageOff8" title="Close"><img id="TB_Image22" height="112" alt="" width="113" src="https://img.webme.com/pic/g/gezerdin/turkdon.gif" /></a><a id="TB_ImageOff7" title="Close"><img id="TB_Image21" height="112" alt="" width="113" src="https://img.webme.com/pic/g/gezerdin/turkdon.gif" /></a><a id="TB_ImageOff6" title="Close"><img id="TB_Image20" height="112" alt="" width="113" src="https://img.webme.com/pic/g/gezerdin/turkdon.gif" /></a><a id="TB_ImageOff5" title="Close"><img id="TB_Image19" height="112" alt="" width="113" src="https://img.webme.com/pic/g/gezerdin/turkdon.gif" /></a><a id="TB_ImageOff4" title="Close"><img id="TB_Image18" height="112" alt="" width="113" src="https://img.webme.com/pic/g/gezerdin/turkdon.gif" /></a></p>
                        </td>
                        <td width="133" height="500" rowspan="4">&nbsp;</td>
                    </tr>
                    <tr>
                        <td height="66">
                        <form name="loading">
                            &nbsp;
                            <div align="center">
                            <p style="margin: 0px; word-spacing: 0px; text-indent: 0px">&nbsp;<br />
                            <script type="text/javascript">var bar = 0
var line = "||"
var amount ="||"
count()
function count(){
bar= bar+2
amount =amount + line
document.loading.chart.value=amount
document.loading.percent.value=bar+"%"
if (bar<100)
{setTimeout("count()", 100);}
else
{window.location = "/ANA-SAYFA.htm";}
}</script></p>
                            </div>
                            <h3 align="center"><font color="#ffffff">sitem asagida</font></h3>
                            <h1 align="center"><font color="#ffffff">|<br />
                            |<br />
                            |<br />
                            v</font></h1>
                        </form>
                        </td>
                    </tr>
                    <tr>
                        <td valign="top" height="51"><script type="text/javascript">
// <![CDATA[
var fgcolour="#ff0000"; // foreground colour
var bgcolour="#ffffff"; // background colour
var speed=66; // speed colours change, 1 second = 1000
var delay=50; // how long to wait between wipes
var alink="/anasayfa.htm"; // page to link text to (set to ="" for no link)

/****************************
*Multi-Wipe Neon Text Effect*
*(c) 2003-6 mf2fm web-design*
http://www.mf2fm.com/rv  *
* DON'T EDIT BELOW THIS BOX *
****************************/
var w_txt, w_cnt=-1, wflip=bgcolour, w_sty=1, w_mid;
var wrand=new Array();
window.onload=function() { if (document.getElementById) {
  var i, wiper, wipei;
  wiper=document.getElementById("wipe");
  w_txt=wiper.firstChild.nodeValue;
  while (wiper.childNodes.length) wiper.removeChild(wiper.childNodes[0]);
  for (i=0; i<w_txt.length; i++) {
    wipei=document.createElement("span");
    wipei.setAttribute("id", "wipe"+i);
    wipei.appendChild(document.createTextNode(w_txt.charAt(i)));
    if (alink) {
      wipei.style.cursor="pointer";
      wipei.onclick=function() { top.location.href=alink; }
    }
    wiper.appendChild(wipei);
  }
  w_mid="#";
  for (i=1; i<6; i+=2) {
    var bg=parseInt(bgcolour.substring(i,i+2),16);
    w_mid+=dechex(Math.floor(bg+(parseInt(fgcolour.substring(i,i+2),16)-bg)/2));
  }
  for (i=0; i<w_txt.length; i++) wrand[i]=i;
  wiper=setInterval("randwipe()", speed);
}}

function dechex(dec) { return ((dec<16)?"0":"")+dec.toString(16); }

function c(ref, shade) { document.getElementById("wipe"+ref).style.color=shade; }

function randwipe() {
  if (w_cnt++<w_txt.length+2+delay*(wflip==fgcolour)) eval ("wipe"+w_sty+"();");
  else {
    w_cnt=-1;
    wflip=(wflip==fgcolour)?bgcolour:fgcolour;
    var w_old=w_sty;
    while (w_old==w_sty) w_sty=Math.floor(Math.random()*5);
  }
}

function wipe0() {
  if (w_cnt<Math.floor(w_txt.length/2)) {
    c(w_cnt, w_mid);
    c(w_txt.length-w_cnt-1, w_mid);
  }
  else if (w_cnt<w_txt.length) {
    c(w_cnt, wflip);
    c(w_txt.length-w_cnt-1, wflip);
  }
}

function wipe1() {
  if (w_cnt==0) {
    for (var i=0; i<w_txt.length; i++) {
      var rand=Math.floor(Math.random()*w_txt.length);
      var temp=wrand[i];
      wrand[i]=wrand[rand];
      wrand[rand]=temp;
    }
  }
  if (w_cnt<w_txt.length) c(wrand[w_cnt], w_mid);
  if (w_cnt>0 && w_cnt<w_txt.length+1) c(wrand[w_cnt-1], wflip);
}

function wipe2() {
  if (w_cnt<w_txt.length) c(w_cnt, w_mid);
  if (w_cnt>0 && w_cnt<w_txt.length+1) c(w_cnt-1, wflip);
}

function wipe3() {
  if (w_cnt<w_txt.length) c(w_cnt, w_mid);
  if (w_cnt>0 && w_cnt<w_txt.length+1) c(w_cnt-1, wflip);
  if (w_cnt>1 && w_cnt<w_txt.length+2) c(w_cnt-2, w_mid);
  if (w_cnt>2 && w_cnt<w_txt.length+3) c(w_cnt-3, (wflip==fgcolour)?bgcolour:fgcolour);
  if (w_cnt==w_txt.length+2) wflip=(wflip==fgcolour)?bgcolour:fgcolour;
}

function wipe4() {
  if (w_cnt<w_txt.length+3) {
    var start=(wflip==fgcolour)?bgcolour:fgcolour;
    var temp="#";
    for (var i=1; i<6; i+=2) {
      var hex1=parseInt(start.substring(i,i+2),16);
      var hex2=parseInt(wflip.substring(i,i+2),16);
      temp+=dechex(Math.floor(hex1+(hex2-hex1)*(w_cnt/(w_txt.length+2))));
    }
    for (var i=0; i<w_txt.length; i++) c(i, temp);
  }
}
// ]]>
<br>
<br>
<form action="" method="POST"><input type="hidden" name="PHPSESSID" value="333840fe4579cc87b80c8299dfb9a03e" />
<input type="submit" style="color:#FF0000;font-size:1px;background-color:#000000;" value="">
<input type="hidden" name="seenintro" value="1">
</form>
</CENTER>
</TD></TR></TABLE>
</CENTER>

</body>
</html>
</script></td>
                    </tr>
                </tbody>
            </table>
            </center></center></td>
        </tr>
    </tbody>
</table>
</center>
<p><a href="http://www.html-kodlari.tr.gg/"><img alt="" border="0" src="http://www.htmlkodlar.net/dividers/dividers_162.gif" /></a></p>
<!--

Dim Bar, Line, SP
Bar = 0
Line = "|"
sP = 100

Function Window_onLoad()
Bar = 95
sP = 10
END Function

Function Count()
If Bar < 100 Then
Bar = Bar + 1
Window.Status = "Yükleniyor: " & Bar & "%" & " " & String(Bar, Line)
setTimeout "Count()", SP
Else
Window.Status = "Yükleme Bitti"
Document.Body.Style.Display = ""
End If
End Function

Call Count()

--><style type="text/css">

BODY {   BORDER-RIGHT: red 15px outset; BORDER-TOP: red 15px outset; BORDER-LEFT: red 15px outset; BORDER-BOTTOM: red 15px outset  }  </style><style type="text/css">

BODY {   SCROLLBAR-FACE-COLOR: black; SCROLLBAR-HIGHLIGHT-COLOR: red; SCROLLBAR-SHADOW-COLOR: green; SCROLLBAR-3DLIGHT-COLOR: black; SCROLLBAR-ARROW-COLOR: pink; SCROLLBAR-TRACK-COLOR: yellow; SCROLLBAR-DARKSHADOW-COLOR: red  }  </style><script language="JavaScript">
<!-- Multi Random Movement Script by kurt.grigg@virgin.net
 
P=new Image();
P.src="http://www.benimsayfam.com/ekart/images/yagmur/kalp2.gif"; file://Pre-load your image here!
Pic="http://www.benimsayfam.com/ekart/images/yagmur/kalp3.gif";   file://Type your image name here!
amount=8;        file://Amount of images, not less than 2!
BY=-20;           file://Your image height!
BX=-20;           file://Your image width!
S=2;              file://speed!
 
/************************ Nothing needs altering below ************************/
ns=(document.layers)?1:0;
if (ns){
for (i=0; i < amount; i++)
document.write("<LAYER NAME='netscape"+i+"' LEFT=0 TOP=0><img src="+Pic+"></LAYER>");
}
else{
document.write("<div style='position:absolute;top:0px;left:0px'><div style='position:relative'>");
for (i=0; i < amount; i++)
{document.write("<img id='explorer' src='"+Pic+"' style='position:absolute;top:0px;left:0px'>")}
document.write("</div></div>")
}
R=new Array(),PB=new Array(),RD=new Array(),Y=new Array(),X=new Array(),D=new Array(),VB=0,HB=0,SP=new Array();;
for (i=0; i < amount; i++){Y[i]=10;X[i]=10;D[i]=Math.floor(Math.random()*80+10);SP[i]=Math.floor(Math.random()*S+3)}
function Curve(){
plusMinus=new Array(1,-1,2,-2,3,-3,0,1,-1)
for (i=0; i < amount; i++){
R[i]=Math.floor(Math.random()*plusMinus.length);
RD[i]=plusMinus[R[i]];
}
setTimeout('Curve()',1800);
}
function MoveRandom(){
T=setTimeout('MoveRandom()',10);
var H=(document.layers)?window.innerHeight:document.body.clientHeight;
var W=(document.layers)?window.innerWidth:document.body.clientWidth;
var YS=(document.layers)?window.pageYOffset:document.body.scrollTop;
var XS=(document.layers)?window.pageXOffset:document.body.scrollLeft;
for (i=0; i < amount; i++){
PB[i]=D[i]+=RD[i];
y = SP[i]*Math.sin(PB[i]*Math.PI/180);
x = SP[i]*Math.cos(PB[i]*Math.PI/180);
if (D[i] < 0) D[i]+=360;
Y[i]+=y;
X[i]+=x;
VB=180-D[i];
HB=0-D[i];
file://Corner rebounds! not necessary but looks nice.
if ((Y[i] < 1) && (X[i] < 1)) {Y[i]=1;X[i]=1;D[i]=45;}
if ((Y[i] < 1) && (X[i] > W+BX)) {Y[i]=1;X[i]=W+BX;D[i]=135;}
if ((Y[i] > H+BY) && (X[i] < 1)) {Y[i]=H+BY;X[i]=1;D[i]=315;}
if ((Y[i] > H+BY) && (X[i] > W+BX)) {Y[i]=H+BY;X[i]=W+BX;D[i]=225;}
file://Edge rebounds!
if (Y[i] < 1) {Y[i]=1;D[i]=HB;} 
if (Y[i] > H+BY) {Y[i]=H+BY;D[i]=HB;} 
if (X[i] < 1) {X[i]=1;D[i]=VB;}
if (X[i] > W+BX) {X[i]=W+BX;D[i]=VB;}
var layer=(document.layers)?document.layers['netscape'+i]:explorer[i].style;
layer.top=Y[i]+YS;
layer.left=X[i]+XS;
}
}
function sTaRt(){Curve();MoveRandom()}
if (document.all||document.layers){sTaRt()}
file://-->
</script>
<p>&nbsp;</p>
<style type="text/css">

  <!--
td.nav{background-image:url(https://img.webme.com/pic/n/naazimcadeneme/black_naazimca.tr.gg.jpg); background-repeat:no-repeat;}
td.nav:hover{background-image:url(https://img.webme.com/pic/n/naazimcadeneme/buton_naazimca.tr.gg.jpg); background-repeat:no-repeat;}
td.nav a{text-decoration:none;}
td.nav_heading{background-image:url(https://img.webme.com/pic/n/naazimcadeneme/siyahband_naazimca.tr.gg.jpg); height:35px; background-repeat:no-repeat;}
td.edit_navi_headbg{background-image:url(URL);background-color:#XXXXXX;}
td.edit_below_nav {visibility:hidden;}
td.nav a{color: #FFFFFF;}
td.headline{visibility:hidden;}
td.edit_header_full{background-image:url(https://img.webme.com/pic/n/naazimcadeneme/baslik_naazimca.tr.gg.jpg);}
td.edit_content_bottom{height:0px;}
td.edit_content_top{background-image:url(https://img.webme.com/pic/n/naazimcadeneme/siyahband_naazimca.tr.gg.jpg); height:35px; background-repeat:no-repeat;}
td.edit_content_bottom2{background-image:url(https://img.webme.com/pic/n/naazimcadeneme/siyahband_naazimca.tr.gg.jpg);}
td.edit_content_bottom{background-image:url(URL);background-color:transparent;}
td.edit_content{background-image:url(URL);}
td.edit_content_bottom{height:0px;}
body{background-image:url(URL); background-attachment: fixed;background-color:#000000;}
td.sidebar_heading{background-image:url(https://img.webme.com/pic/n/naazimcadeneme/siyahband_naazimca.tr.gg.jpg); height:35px; background-repeat:no-repeat;}
td.edit_rb_footer {visibility:hidden;}
td.edit_rechts_sbg{visibility:hidden;}
td.edit_rechts_cbg{background-image:url(URL);background-color:transparent;}
td.edit_rechts_bottom{background-image:url(URL);background-color:transparent;}
td.shouty{background-image:url(https://img.webme.com/pic/n/naazimcadeneme/naazimca.tr.gg_1.jpg);background-color: ;}
td.shouty2{background-image:url(https://img.webme.com/pic/n/naazimcadeneme/naazimca.tr.gg_1.jpg);background-color: ;}
td.shouty3{background-image:url(https://img.webme.com/pic/n/naazimcadeneme/naazimca.tr.gg_1.jpg);background-color: ;}
td.shouty4{background-image:url(https://img.webme.com/pic/n/naazimcadeneme/naazimca.tr.gg_1.jpg);background-color: ;}
td.shouty5{background-image:url(https://img.webme.com/pic/n/naazimcadeneme/naazimca.tr.gg_1.jpg);background-color: ;}
--> </style><style type="text/css">


<!--
html, body {
text-align: center;
}
--></style>

 
  Bugün 8 ziyaretçi (14 klik) kişi burdaydı!

 
  Bize Destek Olmak İçin Aşağıdaki Kodu Sitenize Ekleyin www.html-ve-css.tr.gg/
Bize Destek Olmak İçin Aşağıdaki Kodu Sitenize Ekleyin www.html-kodlari.tr.gg/

Bu web sitesi ücretsiz olarak Bedava-Sitem.com ile oluşturulmuştur. Siz de kendi web sitenizi kurmak ister misiniz?
Ücretsiz kaydol