Forum'da ara:
Ara


Yazar Mesaj
Mesaj16.03.2011, 05:15 (UTC)    
Mesaj konusu: C-Sorunlu-Sitem

Arkadaşlar dreamweaver ile yaptığım bu çalışmayı nasıl tam olarak ayarlayabilirim?
Yani elimde yalnız bu aşağıdaki kod var.
Ayrıca bir JavaScript- Link üstüne gelince resim değiştirmeye yarayan en alttaki kodu da bunun içine nasıl eklerim.

Yardımlarınızı günlerdir bekliyorum.

KOD1=

Kod:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Başlıksız Belge</title>
<style type="text/css">
#üst {
width: 850px;
height: 137px;
margin-right: auto;
margin-left: auto;
border: 1px solid #666;
}
#icerikvemenu #menu ul {
list-style-type: none;
margin: 0px;
padding: 0px;
}
#icerikvemenu #menu ul li a {
font-family: Tahoma, Geneva, sans-serif;
display: block;
background-color: #06F;
text-decoration: none;
padding-left: 20px;
padding-bottom: 5px;
color: #000;
border: 1px groove #099;
}
#icerikvemenu #menu ul li a:hover {
background-color: #70B250;
font-family: Tahoma, Geneva, sans-serif;
font-size: 10;
}
#icerikvemenu {
width: 850px;
margin-right: auto;
margin-left: auto;
}
#menu {
float: left;
width: 200px;
height: 300px;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
}
#iceriksag {
float: right;
width: 647px;
height: 300px;
}
#temizlik {
clear: both;
}
#footer {
height: 50px;
width: 850px;
margin-right: auto;
margin-left: auto;
background-color: #999;
}
#icerikvemenu #iceriksag #icerik1 {
float: left;
width: 220px;
height: 150px;
background-color: #CCC;
}
#icerikvemenu #iceriksag #icerik1 ul li {
list-style-type: none;
}
#icerikvemenu #iceriksag #icerik1 ul {
padding-left: 10px;
padding-bottom: 1px;
}
#icerikvemenu #iceriksag #icerik1 p {
text-align: center;
}
#icerik2 {
float: left;
width: 220px;
height: 150px;
background-color: #CCC;
border-left-style: solid;
border-left-width: 1px;
}
#icerikvemenu #iceriksag #icerik2 ul {
text-align: left;
padding-left: 10px;
}
#icerikvemenu #iceriksag #icerik2 ul li {
list-style-type: none;
}
#icerikvemenu #iceriksag #icerik2 p {
list-style-type: none;
text-align: center;
}
#icerik3 {
float: right;
height: 150px;
width: 205px;
border-left-width: 1px;
border-left-style: solid;
background-color: #CCC;
}
#temizlik2 {
clear: both;
}
body {
background-color: #FFF;
}
</style>
</head>

<body>
<div id="üst"><img src="http://img.webme.com/pic/n/netcihad/ustresim.jpg" width="850" height="137" /></div>
<div id="icerikvemenu">
<div id="menu">
<ul>
<li><a href="anasayfa.htm">Anasayfa </a></li>
<li><a href="hakkinda.htm">Hakkında</a></li>
<li><a href="iletisim.htm">İletisim</a></li>
<li><a href="yazilar.htm">Yazılar</a></li>

</ul>
</div>
<div id="iceriksag">
<div id="icerik1">
<p>DİNİ SOHBETLER</p>
<ul>
<li> Mehmed Zahid Kotku </li>
<li>Tahir Büyükkörükçü</li>
<li>Mehmed Esad Coşan</li>
<li>Khalid Yasin</li>
<li></li>
<li></li>
</ul>
</div>
<div id="icerik2">
<p>SON EKLENEN YAZILAR</p>
<ul>
<li>İtikad</li>
<li>İhlas</li>
<li>İman</li>
</ul>
<p>tümü için tıklayınız</p>
</div>
<div id="icerik3">
<p>Örnek Teşkil Eden Hocalarımızın Hayatları Nasıldı?</p>
<p>Neden Onları Örnek Almalıyız</p>
<p>Onların Faziletleri Nelerdi?</p>
<p> </p>
</div>
<div id="temizlik2"></div>
</div>
<div id="temizlik"></div>
</div>
<div id="footer"> Copyright </div>
</body>
</html>





2. KOD
JS=

Kod:

<script type="text/javascript">
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_findObj(n, d) { //v4.01
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
</script>
<style type="text/css">
body p {
background-color: #999;
display: block;
padding-left: 1px;
border: 1px solid #333;
}
.dinivideo {
font-family: Tahoma, Geneva, sans-serif;
background-color: #999;
text-align: center;
}
</style><body onLoad="MM_preloadImages('http://img.webme.com/pic/n/netyazi/1mzk.jpg','http://img.webme.com/pic/n/netyazi/2ecn.jpg','http://img.webme.com/pic/n/netyazi/3tb.jpg','http://img.webme.com/pic/n/netyazi/4ky.jpg')"><table width="340" border="0" cellspacing="1" cellpadding="0">
<tr>
<td width="145" height="32"><p><a href="mzk" onMouseOver="MM_swapImage('mzahid','','http://img.webme.com/pic/n/netyazi/1mzk.jpg',1)" onMouseOut="MM_swapImgRestore()">Mehmed Zahid Kotku</a></p></td>
<td width="192" rowspan="6"><img src="http://img.webme.com/pic/n/netyazi/1mzk.jpg" name="mzahid" width="192" height="155" id="mzahid"></td>
</tr>
<tr>
<td height="32"><p><a href="mec" onMouseOver="MM_swapImage('mzahid','','http://img.webme.com/pic/n/netyazi/2ecn.jpg',1)" onMouseOut="MM_swapImgRestore()">Mehmed Esad Cosan</a></p></td>
</tr>
<tr>
<td height="32"><p><a href="tb" onMouseOver="MM_swapImage('mzahid','','http://img.webme.com/pic/n/netyazi/3tb.jpg',1)" onMouseOut="MM_swapImgRestore()">Tahir Buyukkorukcu</a></p></td>
</tr>
<tr>
<td height="32"><p><a href="ky" onMouseOver="MM_swapImage('mzahid','','http://img.webme.com/pic/n/netyazi/4ky.jpg',1)" onMouseOut="MM_swapImgRestore()">Khalid Yasin</a></p></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td colspan="2" class="dinivideo">Dini videolar icin TIKLAYINIZ </td>
</tr>
</table>
[/code]
Önceki mesajları göster:   


Powered by phpBB © 2001, 2005 phpBB Group
Türkçe Çeviri: phpBB Türkiye & Erdem Çorapçıoğlu