Forum'da ara:
Ara


Yazar Mesaj
Mesaj18.07.2008, 08:24 (UTC)    
Mesaj konusu: Babayiğit Biri Ancak Bunu Yapa Bilir-

Bu kodu düzenelemenizi İstiyorum Çok Uzun Kısa Hali Ve Daha açık Olursa Çok İyi olur Birde kodda haber açıklamasının rengini değiştire bileceğimiz yer yok yazzı stilinide değiştiremiyorum eklerseniz sevinirim kolay gelsin....


Kod:
<td valign="top">
    <style>
#headlineDiv {
    margin: 0 auto;
    border: 0px solid #006D95;
    color: #006D95;
    width: 401px;
    height: 301px;
    padding: 5px;
    text-align: left;
    background-color: #ffffff;
    border: 0px solid #ffffff;
}
.tdc{
  height: 2px;
  * height: 4px;
}
a {
color:#006D95;
font-size:14px;
font-family:tahoma;
}
a:hover {
color:#006D95;
font-size:14px;
font-family:tahoma;
}
</style>
<script>
var headlines = new Array(4);
headlines[0] = ['117781','http://www.sporx.com/images/1/40/7979_B_st001b.jpg','http://www.sporx.com/images/1/40/7979_K_st001s.jpg','Paris\'te bir Beninli!','Geçtiğimiz sezon kümede kalma mücadelesi vererek taraftarlarını hayal kırklığına uğratan Fransız ekibi Paris Saint Germain ...  ','40'];
headlines[1] = ['117779','http://www.sporx.com/images/1/40/5121_B_guarin001b.jpg','http://www.sporx.com/images/1/40/5121_K_guarin001s.jpg','Porto iyi iş başardı!','Portekiz Birinci Ligi Şampiyonu Porto, Fransa Ligi (Lique 1) takımlarından St. Etienne\'de forma giyen Kolombiyalı orta saha oyuncusu ...  ','40'];
headlines[2] = ['117774','http://www.sporx.com/images/1/36/7958_B_asamoah001b.jpg','http://www.sporx.com/images/1/36/7958_K_asamoah001s.jpg','Asamoah Gyan Rennes\'e satıldı','İtalya Birinci futbol Ligi (Serie A) takımlarından Udinese, Ganalı golcüsü Asamoah Gyan\'ı, Fransa Birinci Ligi (Lique 1) ...  ','36'];
headlines[3] = ['117772','http://www.sporx.com/images/1/33/9557_B_dannyguthrie001b.jpg','http://www.sporx.com/images/1/33/9557_K_dannyguthrie001s.jpg','Guthrie Newcastle yolcusu','İngiltere Premier Ligi ekiplerinden Liverpool, genç orta saha oyuncusu Danny Guthrie\'yi bir diğer Premier Lig ekibi Newcastle ...  ','33'];

var selected_n = 0;
function goPage() {
    //window.location = 'haber/' + headlines[selected_n][0] + '.php';
    window.location = '/detail.php?Type=1&kategori=' + headlines[selected_n][5] + '&go=' + headlines[selected_n][0];
}
function changeHeadlines(tabID){
    tabID = tabID - 1;
    selected_n = tabID;
    div_h = document.getElementById("headlineTable");
    div_img =  document.getElementById("headlineImg");
    div_t = document.getElementById("headlineText");

    div_t.innerHTML = "<span class=\"mansetBoxTitle\"><a href='/detail.php?Type=1&kategori=" + headlines[tabID][5] + "&go=" + headlines[selected_n][0] + "'>" + headlines[tabID][3] + "</a></span><br /><div style=\"height:5px;\"></div>" + headlines[tabID][4];
    div_img.innerHTML = "<a href='/detail.php?Type=1&kategori=" + headlines[tabID][5] + "&go=" + headlines[selected_n][0] + "'><img src='" + headlines[tabID][1]  + "' width='305' height='220' border='0'></a>";

    for (i=0;i<4;i++){
        if (i == tabID)
            document.getElementById('thumb' + (i+1)).style.border = '1px solid #006D95';
        else
            document.getElementById('thumb' + (i+1)).style.border = '1px solid #000000';
    }
}
</script>
<div id="headlineDiv">
<table cellpadding="0" cellspacing="0" width="100%">
    <tr valign="top">
        <td>
            <div id="headlineImg" style="padding:0px;border:1px solid #006D95;width:307px;height:222px;background-color:#006D95;text-align:center;">
            <a href="/detail.php?Type=1&kategori=40&go=117781">

            <img src="http://www.sporx.com/images/1/40/7979_B_st001b.jpg" width="305" height="220" border="0">
            </a>
            </div>
        </td>
        <td width="100" valign="top" align="center">
            <table border="0" cellpadding="1" cellspacing="1">
              <tr>
                  <td class="mansetThumb">
                    <a href="javascript:goPage();" onmouseover="changeHeadlines('1');"><img src="http://www.sporx.com/images/1/40/7979_B_st001b.jpg" width="72" height="52"  style="border:1px solid #006D95;" id="thumb1"></a>

                  </td>
              </tr>
              <tr><td class="tdc"></td></tr>
              <tr>
                  <td class="mansetThumb">
                    <a href="javascript:goPage();" onmouseover="changeHeadlines('2');"><img src="http://www.sporx.com/images/1/40/5121_B_guarin001b.jpg" width="72" height="52"  style="border:1px solid #ffffff;" id="thumb2"></a>
                  </td>
              </tr>
              <tr><td class="tdc"></td></tr>

              <tr>
                  <td class="mansetThumb">
                    <a href="javascript:goPage();" onmouseover="changeHeadlines('3');"><img src="http://www.sporx.com/images/1/36/7958_B_asamoah001b.jpg" width="72" height="52"  style="border:1px solid #ffffff;" id="thumb3"></a>
                  </td>
              </tr>
              <tr><td class="tdc"></td></tr>
              <tr>
                  <td class="mansetThumb">
                    <a href="javascript:goPage();" onmouseover="changeHeadlines('4');"><img src="http://www.sporx.com/images/1/33/9557_B_dannyguthrie001b.jpg" width="72" height="52"  style="border:1px solid #ffffff;" id="thumb4"></a>

                  </td>
              </tr>
            </table>
        </td>
    </tr>
    <tr>
        <td colspan="2" height="70" valign="top">
            <div class="mansetBox" id="headlineText">
            <span class="mansetBoxTitle"><a href="/detail.php?Type=1&kategori=40&go=117781.php">Paris'te bir Beninli!</a></span><br />

            <div style="height:5px;"></div>
            Geçtiğimiz sezon kümede kalma mücadelesi vererek taraftarlarını hayal kırklığına uğratan Fransız ekibi Paris Saint Germain ... 
            </div>
        </td>
    </tr>
</table>
</div>    <table cellpadding="0" cellspacing="0" class="diger">
<tr><td colspan="3" height="10"></td></tr>
<tr>


En son filmcehennemi tarafından 19.07.2008 11:41:46 tarihinde değiştirildi, toplam 3 kere değiştirildi
Mesaj18.07.2008, 08:24 (UTC)    
Mesaj konusu:

Arkadaşlar Sizde Kendi Kodunuzu Oluşturabilirsiniz...

Nasıl mı ? Şimdi Resimle Anlatacağım...

1. Sayfalarımı Değiştir ' e Giriyoruz.



2.Yeni Sayfa Ekle ' ye Tıklıyoruz.



3.Kodumuzu Boşluğa Ekliyoruz..Ve Kaynak Butonuna Basıyoruz.



KODUMUZU OLUŞTURDUK Very Happy BAŞARILAR.
______________

Mesaj18.07.2008, 08:48 (UTC)    
Mesaj konusu:

olmadı


En son filmcehennemi tarafından 18.07.2008 09:26:45 tarihinde değiştirildi, toplam 1 kere değiştirildi
Mesaj18.07.2008, 09:26 (UTC)    
Mesaj konusu:

ben yapamadım sen yapıp gönderirsen sevinirim
Mesaj18.07.2008, 16:39 (UTC)    
Mesaj konusu:

ewt yok mu
Mesaj19.07.2008, 11:42 (UTC)    
Mesaj konusu:

mimse yapamaz mı
Mesaj19.07.2008, 17:59 (UTC)    
Mesaj konusu:

ewt yardımları bekliyorum
Önceki mesajları göster:   


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