24-07-2013 Saat: 18:29
(Son Düzenleme: 24-07-2013 Saat: 18:29, Düzenleyen: darkadana12.)
Forum : taraetkinlik.10tl.net
Ben foruma girerken index eklemek istiyorum nasıl yapabilirim ?
Birde ben hazırladığım için yanında images dosyası var resim ve içinde ki sesin çalışması için ne yapacağız ?
Ben foruma girerken index eklemek istiyorum nasıl yapabilirim ?
Kod:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled</title>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<meta name="generator" content="Web Page Maker (unregistered version)">
<style type="text/css">
/*----------Text Styles----------*/
.ws6 {font-size: 8px;}
.ws7 {font-size: 9.3px;}
.ws8 {font-size: 11px;}
.ws9 {font-size: 12px;}
.ws10 {font-size: 13px;}
.ws11 {font-size: 15px;}
.ws12 {font-size: 16px;}
.ws14 {font-size: 19px;}
.ws16 {font-size: 21px;}
.ws18 {font-size: 24px;}
.ws20 {font-size: 27px;}
.ws22 {font-size: 29px;}
.ws24 {font-size: 32px;}
.ws26 {font-size: 35px;}
.ws28 {font-size: 37px;}
.ws36 {font-size: 48px;}
.ws48 {font-size: 64px;}
.ws72 {font-size: 96px;}
.wpmd {font-size: 13px;font-family: Arial,Helvetica,Sans-Serif;font-style: normal;font-weight: normal;}
/*----------Para Styles----------*/
DIV,UL,OL /* Left */
{
margin-top: 0px;
margin-bottom: 0px;
}
</style>
<script src="ac_activex.js" type="text/javascript"></script>
</head>
<body background="images/bg201.gif">
<div id="image1" style="position:absolute; overflow:hidden; left:4px; top:0px; width:1024px; height:644px; z-index:0"><img src="images/black-carbon-fiber-siyah-arka-plan-real-madrid-114239.jpg" alt="" title="" border=0 width=1024 height=644></div>
<div id="image2" style="position:absolute; overflow:hidden; left:487px; top:1px; width:52px; height:53px; z-index:1"><a href="http://www.facebook.com/TAraTurkeyForum"><img src="images/face.png" alt="" title="" border=0 width=52 height=53></a></div>
<div id="image3" style="position:absolute; overflow:hidden; left:440px; top:2px; width:49px; height:49px; z-index:2"><a href="https://twitter.com/7araTurkey"><img src="images/0.jpg" alt="" title="" border=0 width=49 height=49></a></div>
<div id="html1" style="position:absolute; overflow:hidden; left:409px; top:538px; width:200px; height:125px; z-index:3">
<a href="http://info.flagcounter.com/K3sQ"><img src="http://s08.flagcounter.com/count/K3sQ/bg_383838/txt_EDEDED/border_969696/columns_5/maxflags_30/viewers_0/labels_0/pageviews_1/flags_0/" alt="Flag Counter" border="0"></a></div>
<div id="embed1" style="position:absolute; overflow:hidden; left:502px; top:549px; width:14px; height:26px; z-index:4">
<script type="text/javascript">
AC_AX_RunContent("id","embed1","width","14","height","26","autostart","true","src","images/Davichi & T-ara - We Were In Love.mp3");
</script>
<noscript>
<embed src="images/Davichi & T-ara - We Were In Love.mp3" width=14 height=26 autostart="true"></embed>
</noscript>
</div>
<div id="image5" style="position:absolute; overflow:hidden; left:379px; top:437px; width:265px; height:87px; z-index:5"><img src="images/12.PNG" alt="" title="" border=0 width=265 height=87></div>
<div id="image6" style="position:absolute; overflow:hidden; left:379px; top:82px; width:255px; height:289px; z-index:6"><img src="images/dsa.PNG" alt="" title="" border=0 width=255 height=289></div>
<div id="marquee1" style="position:absolute; overflow:hidden; left:416px; top:407px; width:211px; height:89px; z-index:7">
<marquee width="211" height="89">
<div class="wpmd">
<div><font color="#FFFFFF"><B>T-ara Fighting !!!</B></font></div>
</div></marquee>
</div>
<script type="text/javascript">
// This JavaScript code can be freely redistributed
// as long as this copyright notice is keept unchanged.
// This code is used on AS-IS basis and
// you use it on your own risk. Author of this code
// is not responsible for any damage that this
// code may make.
//
// JS Snow v0.2
// finished on 11-10-1999 23:04 in Zagreb, Croatia.
// modified on 06-12-2005 11:20 in Zagreb, Croatia.
//
// Copyright 1999,2005 Altan d.o.o.
// http://www.altan.hr/snow/index.html
// E-mail: snow@altan.hr
var no = 10; // snow number
var dx, xp, yp; // coordinate and position variables
var am, stx, sty; // amplitude and step variables
var i, doc_width = 800, doc_height = 600;
doc_width = document.body.clientWidth;
doc_height = document.body.clientHeight;
dx = new Array();
xp = new Array();
yp = new Array();
am = new Array();
stx = new Array();
sty = new Array();
for (i = 0; i < no; ++ i) {
dx[i] = 0; // set coordinate variables
xp[i] = Math.random()*(doc_width-50); // set position variables
yp[i] = Math.random()*doc_height;
am[i] = Math.random()*20; // set amplitude variables
stx[i] = 0.02 + Math.random()/10; // set step variables
sty[i] = 0.7 + Math.random(); // set step variables
document.write("<div id=\"dot"+ i +"\" style=\"POSITION: absolute; Z-INDEX: 10"+ i +"; VISIBILITY: visible; TOP: 15px; LEFT: 15px;\"><img src=\"images/js19326515.gif\" border=\"0\"></div>");
}
function snow() {
for (i = 0; i < no; ++ i) { // iterate for every dot
yp[i] += sty[i];
if (yp[i] > doc_height-50) {
xp[i] = Math.random()*(doc_width-am[i]-30);
yp[i] = 0;
stx[i] = 0.02 + Math.random()/10;
sty[i] = 0.7 + Math.random();
doc_width = document.body.clientWidth;
doc_height = document.body.clientHeight;
}
dx[i] += stx[i];
document.getElementById("dot"+i).style.top = yp[i];
document.getElementById("dot"+i).style.left = xp[i] + am[i]*Math.sin(dx[i]);
}
setTimeout("snow()", 20);
}
snow();
</script>
<script type="text/javascript">
// This JavaScript code can be freely redistributed
// as long as this copyright notice is keept unchanged.
// This code is used on AS-IS basis and
// you use it on your own risk. Author of this code
// is not responsible for any damage that this
// code may make.
//
// JS Snow v0.2
// finished on 11-10-1999 23:04 in Zagreb, Croatia.
// modified on 06-12-2005 11:20 in Zagreb, Croatia.
//
// Copyright 1999,2005 Altan d.o.o.
// http://www.altan.hr/snow/index.html
// E-mail: snow@altan.hr
var no = 10; // snow number
var dx, xp, yp; // coordinate and position variables
var am, stx, sty; // amplitude and step variables
var i, doc_width = 800, doc_height = 600;
doc_width = document.body.clientWidth;
doc_height = document.body.clientHeight;
dx = new Array();
xp = new Array();
yp = new Array();
am = new Array();
stx = new Array();
sty = new Array();
for (i = 0; i < no; ++ i) {
dx[i] = 0; // set coordinate variables
xp[i] = Math.random()*(doc_width-50); // set position variables
yp[i] = Math.random()*doc_height;
am[i] = Math.random()*20; // set amplitude variables
stx[i] = 0.02 + Math.random()/10; // set step variables
sty[i] = 0.7 + Math.random(); // set step variables
document.write("<div id=\"dot"+ i +"\" style=\"POSITION: absolute; Z-INDEX: 10"+ i +"; VISIBILITY: visible; TOP: 15px; LEFT: 15px;\"><img src=\"images/js19369656.gif\" border=\"0\"></div>");
}
function snow() {
for (i = 0; i < no; ++ i) { // iterate for every dot
yp[i] += sty[i];
if (yp[i] > doc_height-50) {
xp[i] = Math.random()*(doc_width-am[i]-30);
yp[i] = 0;
stx[i] = 0.02 + Math.random()/10;
sty[i] = 0.7 + Math.random();
doc_width = document.body.clientWidth;
doc_height = document.body.clientHeight;
}
dx[i] += stx[i];
document.getElementById("dot"+i).style.top = yp[i];
document.getElementById("dot"+i).style.left = xp[i] + am[i]*Math.sin(dx[i]);
}
setTimeout("snow()", 20);
}
snow();
</script>
</body>
</html>
Birde ben hazırladığım için yanında images dosyası var resim ve içinde ki sesin çalışması için ne yapacağız ?