Forum'da ara:
Ara


Yazar Mesaj
Mesaj02.05.2009, 09:07 (UTC)    
Mesaj konusu: haber gazete sitelerindekı gıbı manset koymak ıstıyorum

haber gazete sitelerindekı gıbı manset koymak ıstıyorum yardım edecek
Mesaj02.05.2009, 09:08 (UTC)    
Mesaj konusu:

Valla ben de arıyorum. Yardım edecek bi hayırsever yok mu acaba?
Mesaj02.05.2009, 09:12 (UTC)    
Mesaj konusu:



örnek bunun gibi...
Mesaj02.05.2009, 09:55 (UTC)    
Mesaj konusu:

biraz daha açık olursanız yardımcı oluruz Rolling Eyes
______________
Mesaj02.05.2009, 09:56 (UTC)    
Mesaj konusu:

neredekomplo yazmış:


örnek bunun gibi...


örnek gözükmüyor :S
______________
Tr.gg'nin gladiatus ile ilgili en faydalı sitesi http://the-ottomanss.tr.gg:mrgreen:


_______________________________________________________
Mesaj02.05.2009, 10:02 (UTC)    
Mesaj konusu:

Mesaj02.05.2009, 10:04 (UTC)    
Mesaj konusu:

bunun gibi manşetlerin üzerine fare ile gelindiğinde değişen resimler varya, her haber sitesinde bulunan cinsten.. Aramaya kalktım ama bulamdım. Sizler bi yardımcı olursanız çok yardımcı olursunuz.
Mesaj02.05.2009, 10:47 (UTC)    
Mesaj konusu:

neredekomplo yazmış:
bunun gibi manşetlerin üzerine fare ile gelindiğinde değişen resimler varya, her haber sitesinde bulunan cinsten.. Aramaya kalktım ama bulamdım. Sizler bi yardımcı olursanız çok yardımcı olursunuz.


Bunlar .tr.gg de nadiren olan şeyler css ye yapabilirsiniz bende ugraşıyorum biraz üzerinde
Mesaj02.05.2009, 10:59 (UTC)    
Mesaj konusu:

Yanıtın için teşekkürler kardeşim. Bunun kodu vardı galiba!
Mesaj02.05.2009, 11:06 (UTC)    
Mesaj konusu:

htlmkodes yazmış:
neredekomplo yazmış:
bunun gibi manşetlerin üzerine fare ile gelindiğinde değişen resimler varya, her haber sitesinde bulunan cinsten.. Aramaya kalktım ama bulamdım. Sizler bi yardımcı olursanız çok yardımcı olursunuz.


Bunlar .tr.gg de nadiren olan şeyler css ye yapabilirsiniz bende ugraşıyorum biraz üzerinde


Kardeşim bunun css ile ne alakası var. Bu bir html kodudur.

Haber sitesinin kaynak koduna girdim. Daldım kodların arasına Very Happy
Sonunda böyle bir şey çıkardım. Resimleri kendinize göre düzenleyin.

Kod:
<style type="text/css">



<!--
.yatay_manset { display: none; }
#manset_0 { display: block; }
.el { cursor:pointer; }
--></style><script language="javascript" type="text/javascript">
function nes(obj)
{
   return document.getElementById(obj);
}
function manset_goster() {
   for(i=0;i<10;i++) {
      if (i == secili_manset) {
         nes("manset_"+i).style.display = "block";
         document["m"+i].src = "imgs/menu_"+i+"_.gif";
      }
      else
      {
         nes("manset_"+i).style.display = "none";
         document["m"+i].src = "imgs/menu_"+i+".gif";
         }
   }
}
function manset_degistir(mansetId) {
   if (mansetId >= 0) {
      clearTimeout(mansetTimeout);
      secili_manset = mansetId;
      manset_goster();
   }
   else
   {
      manset_goster();
      secili_manset = secili_manset + 1;
      if(secili_manset >= 10) secili_manset = 0;
      
      mansetTimeout = setTimeout("manset_degistir(-1)", '4000');
   }
}
var secili_manset = 0;
var mansetTimeout =1;
mansetTimeout = setTimeout("manset_degistir(-1)", '4000');
</script>
<table height="300" cellspacing="0" cellpadding="0" border="0">
    <tbody>
        <tr>
            <td align="center">
            <div class="yatay_manset" id="manset_0" style="width: 470px; position: relative; height: 300px"><a target="_blank" href="http://www.yazete.com/haberdetay.asp?Newsid=10322"><img style="border-right: #a8a8a8 1px solid; border-top: #a8a8a8 1px solid; border-left: #a8a8a8 1px solid; border-bottom: #a8a8a8 1px solid" height="300" alt="" width="470" border="0" onmouseover="manset_degistir(0);" onmouseout="manset_degistir(-1);" src="http://www.yazete.com/pics/news/020520091349345352882.jpg" /></a></div>
            <div class="yatay_manset" id="manset_1" style="width: 470px; position: relative; height: 300px"><a target="_blank" href="http://www.yazete.com/haberdetay.asp?Newsid=10379"><img style="border-right: #a8a8a8 1px solid; border-top: #a8a8a8 1px solid; border-left: #a8a8a8 1px solid; border-bottom: #a8a8a8 1px solid" height="300" alt="" width="470" border="0" onmouseover="manset_degistir(1);" onmouseout="manset_degistir(-1);" src="http://www.yazete.com/pics/news/020520091315427415487.jpg" /></a></div>
            <div class="yatay_manset" id="manset_2" style="width: 470px; position: relative; height: 300px"><a target="_blank" href="http://www.yazete.com/haberdetay.asp?Newsid=10265"><img style="border-right: #a8a8a8 1px solid; border-top: #a8a8a8 1px solid; border-left: #a8a8a8 1px solid; border-bottom: #a8a8a8 1px solid" height="300" alt="" width="470" border="0" onmouseover="manset_degistir(2);" onmouseout="manset_degistir(-1);" src="http://www.yazete.com/pics/news/010520091608433679299.jpg" /></a></div>
            <div class="yatay_manset" id="manset_3" style="width: 470px; position: relative; height: 300px"><a target="_blank" href="http://www.yazete.com/haberdetay.asp?Newsid=10360"><img style="border-right: #a8a8a8 1px solid; border-top: #a8a8a8 1px solid; border-left: #a8a8a8 1px solid; border-bottom: #a8a8a8 1px solid" height="300" alt="" width="470" border="0" onmouseover="manset_degistir(3);" onmouseout="manset_degistir(-1);" src="http://www.yazete.com/pics/news/020520091206227242884.jpg" /></a></div>
            <div class="yatay_manset" id="manset_4" style="width: 470px; position: relative; height: 300px"><a target="_blank" href="http://www.yazete.com/haberdetay.asp?Newsid=10362"><img style="border-right: #a8a8a8 1px solid; border-top: #a8a8a8 1px solid; border-left: #a8a8a8 1px solid; border-bottom: #a8a8a8 1px solid" height="300" alt="" width="470" border="0" onmouseover="manset_degistir(4);" onmouseout="manset_degistir(-1);" src="http://www.yazete.com/pics/news/020520091208095351043.jpg" /></a></div>
            <div class="yatay_manset" id="manset_5" style="width: 470px; position: relative; height: 300px"><a target="_blank" href="http://www.yazete.com/haberdetay.asp?Newsid=10327"><img style="border-right: #a8a8a8 1px solid; border-top: #a8a8a8 1px solid; border-left: #a8a8a8 1px solid; border-bottom: #a8a8a8 1px solid" height="300" alt="" width="470" border="0" onmouseover="manset_degistir(5);" onmouseout="manset_degistir(-1);" src="http://www.yazete.com/pics/news/020520090901021998581.jpg" /></a></div>
            <div class="yatay_manset" id="manset_6" style="width: 470px; position: relative; height: 300px"><a target="_blank" href="http://www.yazete.com/haberdetay.asp?Newsid=10340"><img style="border-right: #a8a8a8 1px solid; border-top: #a8a8a8 1px solid; border-left: #a8a8a8 1px solid; border-bottom: #a8a8a8 1px solid" height="300" alt="" width="470" border="0" onmouseover="manset_degistir(6);" onmouseout="manset_degistir(-1);" src="http://www.yazete.com/pics/news/020520090947191953557.jpg" /></a></div>
            <div class="yatay_manset" id="manset_7" style="width: 470px; position: relative; height: 300px"><a target="_blank" href="http://www.yazete.com/haberdetay.asp?Newsid=10369"><img style="border-right: #a8a8a8 1px solid; border-top: #a8a8a8 1px solid; border-left: #a8a8a8 1px solid; border-bottom: #a8a8a8 1px solid" height="300" alt="" width="470" border="0" onmouseover="manset_degistir(7);" onmouseout="manset_degistir(-1);" src="http://www.yazete.com/pics/news/020520091245285353292.jpg" /></a></div>
            <div class="yatay_manset" id="manset_8" style="width: 470px; position: relative; height: 300px"><a target="_blank" href="http://www.yazete.com/haberdetay.asp?Newsid=10326"><img style="border-right: #a8a8a8 1px solid; border-top: #a8a8a8 1px solid; border-left: #a8a8a8 1px solid; border-bottom: #a8a8a8 1px solid" height="300" alt="" width="470" border="0" onmouseover="manset_degistir(8);" onmouseout="manset_degistir(-1);" src="http://www.yazete.com/pics/news/020520090902391992277.jpg" /></a></div>
            <div class="yatay_manset" id="manset_9" style="width: 470px; position: relative; height: 300px"><a target="_blank" href="http://www.yazete.com/haberdetay.asp?Newsid=10319"><img style="border-right: #a8a8a8 1px solid; border-top: #a8a8a8 1px solid; border-left: #a8a8a8 1px solid; border-bottom: #a8a8a8 1px solid" height="300" alt="" width="470" border="0" onmouseover="manset_degistir(9);" onmouseout="manset_degistir(-1);" src="http://www.yazete.com/pics/news/020520090903091998033.jpg" /></a></div>
            </td>
        </tr>
        <tr>
            <td align="center">
            <table cellspacing="0" cellpadding="0" width="470" border="0">
                <tbody>
                    <tr>
                        <td><a target="_blank" href="http://www.yazete.com/haberdetay.asp?Newsid=10322"><img class="el" alt="" border="0" name="m0" onmouseover="manset_degistir(0)" onmouseout="manset_degistir(-1);" src="imgs/menu_0_.gif" /></a></td>
                        <td><a target="_blank" href="http://www.yazete.com/haberdetay.asp?Newsid=10379"><img class="el" alt="" border="0" name="m1" onmouseover="manset_degistir(1)" onmouseout="manset_degistir(-1);" src="imgs/menu_1.gif" /></a></td>
                        <td><a target="_blank" href="http://www.yazete.com/haberdetay.asp?Newsid=10265"><img class="el" alt="" border="0" name="m2" onmouseover="manset_degistir(2)" onmouseout="manset_degistir(-1);" src="imgs/menu_2.gif" /></a></td>
                        <td><a target="_blank" href="http://www.yazete.com/haberdetay.asp?Newsid=10360"><img class="el" alt="" border="0" name="m3" onmouseover="manset_degistir(3)" onmouseout="manset_degistir(-1);" src="imgs/menu_3.gif" /></a></td>
                        <td><a target="_blank" href="http://www.yazete.com/haberdetay.asp?Newsid=10362"><img class="el" alt="" border="0" name="m4" onmouseover="manset_degistir(4)" onmouseout="manset_degistir(-1);" src="imgs/menu_4.gif" /></a></td>
                        <td><a target="_blank" href="http://www.yazete.com/haberdetay.asp?Newsid=10327"><img class="el" alt="" border="0" name="m5" onmouseover="manset_degistir(5)" onmouseout="manset_degistir(-1);" src="imgs/menu_5.gif" /></a></td>
                        <td><a target="_blank" href="http://www.yazete.com/haberdetay.asp?Newsid=10340"><img class="el" alt="" border="0" name="m6" onmouseover="manset_degistir(6)" onmouseout="manset_degistir(-1);" src="imgs/menu_6.gif" /></a></td>
                        <td><a target="_blank" href="http://www.yazete.com/haberdetay.asp?Newsid=10369"><img class="el" alt="" border="0" name="m7" onmouseover="manset_degistir(7)" onmouseout="manset_degistir(-1);" src="imgs/menu_7.gif" /></a></td>
                        <td><a target="_blank" href="http://www.yazete.com/haberdetay.asp?Newsid=10326"><img class="el" alt="" border="0" name="m8" onmouseover="manset_degistir(8)" onmouseout="manset_degistir(-1);" src="imgs/menu_8.gif" /></a></td>
                        <td><a target="_blank" href="http://www.yazete.com/haberdetay.asp?Newsid=10319"><img class="el" alt="" border="0" name="m9" onmouseover="manset_degistir(9)" onmouseout="manset_degistir(-1);" src="imgs/menu_9.gif" /></a></td>
                        <td><a target="_blank" href="tummansetler.asp"><img alt="" border="0" src="imgs/menu_11.jpg" /></a></td>
                    </tr>
                </tbody>
            </table>
            </td>
        </tr>
    </tbody>
</table>
<td width="13" valign="top" align="left">&nbsp;</td>
&nbsp;
<td width="300" valign="top" align="left">&nbsp;</td>
<br />
<tr>
</tr>
<td valign="top" align="left" colspan="5">&nbsp;</td>
<!--aragecis--><img height="8" width="1" alt="" src="imgs/0.gif" /><br />

______________
Mesaj02.05.2009, 11:10 (UTC)    
Mesaj konusu:

Arkadaşlar çok pardon bazı resimlerin konumunu değiştimeyi unuttum.
Doğru kod şöyle olacak.


Kod:
<style type="text/css">



<!--
.yatay_manset { display: none; }
#manset_0 { display: block; }
.el { cursor:pointer; }
--></style><script language="javascript" type="text/javascript">
function nes(obj)
{
   return document.getElementById(obj);
}
function manset_goster() {
   for(i=0;i<10;i++) {
      if (i == secili_manset) {
         nes("manset_"+i).style.display = "block";
         document["m"+i].src = "http://yazete.com/imgs/menu_"+i+"_.gif";
      }
      else
      {
         nes("manset_"+i).style.display = "none";
         document["m"+i].src = "http://yazete.com/imgs/menu_"+i+".gif";
         }
   }
}
function manset_degistir(mansetId) {
   if (mansetId >= 0) {
      clearTimeout(mansetTimeout);
      secili_manset = mansetId;
      manset_goster();
   }
   else
   {
      manset_goster();
      secili_manset = secili_manset + 1;
      if(secili_manset >= 10) secili_manset = 0;
      
      mansetTimeout = setTimeout("manset_degistir(-1)", '4000');
   }
}
var secili_manset = 0;
var mansetTimeout =1;
mansetTimeout = setTimeout("manset_degistir(-1)", '4000');
</script>
<table height="300" cellspacing="0" cellpadding="0" border="0">
    <tbody>
        <tr>
            <td align="center">
            <div class="yatay_manset" id="manset_0" style="width: 470px; position: relative; height: 300px"><a target="_blank" href="http://www.yazete.com/haberdetay.asp?Newsid=10322"><img style="border-right: #a8a8a8 1px solid; border-top: #a8a8a8 1px solid; border-left: #a8a8a8 1px solid; border-bottom: #a8a8a8 1px solid" height="300" alt="" width="470" border="0" onmouseover="manset_degistir(0);" onmouseout="manset_degistir(-1);" src="http://www.yazete.com/pics/news/020520091349345352882.jpg" /></a></div>
            <div class="yatay_manset" id="manset_1" style="width: 470px; position: relative; height: 300px"><a target="_blank" href="http://www.yazete.com/haberdetay.asp?Newsid=10379"><img style="border-right: #a8a8a8 1px solid; border-top: #a8a8a8 1px solid; border-left: #a8a8a8 1px solid; border-bottom: #a8a8a8 1px solid" height="300" alt="" width="470" border="0" onmouseover="manset_degistir(1);" onmouseout="manset_degistir(-1);" src="http://www.yazete.com/pics/news/020520091315427415487.jpg" /></a></div>
            <div class="yatay_manset" id="manset_2" style="width: 470px; position: relative; height: 300px"><a target="_blank" href="http://www.yazete.com/haberdetay.asp?Newsid=10265"><img style="border-right: #a8a8a8 1px solid; border-top: #a8a8a8 1px solid; border-left: #a8a8a8 1px solid; border-bottom: #a8a8a8 1px solid" height="300" alt="" width="470" border="0" onmouseover="manset_degistir(2);" onmouseout="manset_degistir(-1);" src="http://www.yazete.com/pics/news/010520091608433679299.jpg" /></a></div>
            <div class="yatay_manset" id="manset_3" style="width: 470px; position: relative; height: 300px"><a target="_blank" href="http://www.yazete.com/haberdetay.asp?Newsid=10360"><img style="border-right: #a8a8a8 1px solid; border-top: #a8a8a8 1px solid; border-left: #a8a8a8 1px solid; border-bottom: #a8a8a8 1px solid" height="300" alt="" width="470" border="0" onmouseover="manset_degistir(3);" onmouseout="manset_degistir(-1);" src="http://www.yazete.com/pics/news/020520091206227242884.jpg" /></a></div>
            <div class="yatay_manset" id="manset_4" style="width: 470px; position: relative; height: 300px"><a target="_blank" href="http://www.yazete.com/haberdetay.asp?Newsid=10362"><img style="border-right: #a8a8a8 1px solid; border-top: #a8a8a8 1px solid; border-left: #a8a8a8 1px solid; border-bottom: #a8a8a8 1px solid" height="300" alt="" width="470" border="0" onmouseover="manset_degistir(4);" onmouseout="manset_degistir(-1);" src="http://www.yazete.com/pics/news/020520091208095351043.jpg" /></a></div>
            <div class="yatay_manset" id="manset_5" style="width: 470px; position: relative; height: 300px"><a target="_blank" href="http://www.yazete.com/haberdetay.asp?Newsid=10327"><img style="border-right: #a8a8a8 1px solid; border-top: #a8a8a8 1px solid; border-left: #a8a8a8 1px solid; border-bottom: #a8a8a8 1px solid" height="300" alt="" width="470" border="0" onmouseover="manset_degistir(5);" onmouseout="manset_degistir(-1);" src="http://www.yazete.com/pics/news/020520090901021998581.jpg" /></a></div>
            <div class="yatay_manset" id="manset_6" style="width: 470px; position: relative; height: 300px"><a target="_blank" href="http://www.yazete.com/haberdetay.asp?Newsid=10340"><img style="border-right: #a8a8a8 1px solid; border-top: #a8a8a8 1px solid; border-left: #a8a8a8 1px solid; border-bottom: #a8a8a8 1px solid" height="300" alt="" width="470" border="0" onmouseover="manset_degistir(6);" onmouseout="manset_degistir(-1);" src="http://www.yazete.com/pics/news/020520090947191953557.jpg" /></a></div>
            <div class="yatay_manset" id="manset_7" style="width: 470px; position: relative; height: 300px"><a target="_blank" href="http://www.yazete.com/haberdetay.asp?Newsid=10369"><img style="border-right: #a8a8a8 1px solid; border-top: #a8a8a8 1px solid; border-left: #a8a8a8 1px solid; border-bottom: #a8a8a8 1px solid" height="300" alt="" width="470" border="0" onmouseover="manset_degistir(7);" onmouseout="manset_degistir(-1);" src="http://www.yazete.com/pics/news/020520091245285353292.jpg" /></a></div>
            <div class="yatay_manset" id="manset_8" style="width: 470px; position: relative; height: 300px"><a target="_blank" href="http://www.yazete.com/haberdetay.asp?Newsid=10326"><img style="border-right: #a8a8a8 1px solid; border-top: #a8a8a8 1px solid; border-left: #a8a8a8 1px solid; border-bottom: #a8a8a8 1px solid" height="300" alt="" width="470" border="0" onmouseover="manset_degistir(8);" onmouseout="manset_degistir(-1);" src="http://www.yazete.com/pics/news/020520090902391992277.jpg" /></a></div>
            <div class="yatay_manset" id="manset_9" style="width: 470px; position: relative; height: 300px"><a target="_blank" href="http://www.yazete.com/haberdetay.asp?Newsid=10319"><img style="border-right: #a8a8a8 1px solid; border-top: #a8a8a8 1px solid; border-left: #a8a8a8 1px solid; border-bottom: #a8a8a8 1px solid" height="300" alt="" width="470" border="0" onmouseover="manset_degistir(9);" onmouseout="manset_degistir(-1);" src="http://www.yazete.com/pics/news/020520090903091998033.jpg" /></a></div>
            </td>
        </tr>
        <tr>
            <td align="center">
            <table cellspacing="0" cellpadding="0" width="470" border="0">
                <tbody>
                    <tr>
                        <td><a target="_blank" href="http://www.yazete.com/haberdetay.asp?Newsid=10322"><img class="el" alt="" border="0" name="m0" onmouseover="manset_degistir(0)" onmouseout="manset_degistir(-1);" src="http://yazete.com/imgs/menu_0_.gif" /></a></td>
                        <td><a target="_blank" href="http://www.yazete.com/haberdetay.asp?Newsid=10379"><img class="el" alt="" border="0" name="m1" onmouseover="manset_degistir(1)" onmouseout="manset_degistir(-1);" src="http://yazete.com/imgs/menu_1.gif" /></a></td>
                        <td><a target="_blank" href="http://www.yazete.com/haberdetay.asp?Newsid=10265"><img class="el" alt="" border="0" name="m2" onmouseover="manset_degistir(2)" onmouseout="manset_degistir(-1);" src="http://yazete.com/imgs/menu_2.gif" /></a></td>
                        <td><a target="_blank" href="http://www.yazete.com/haberdetay.asp?Newsid=10360"><img class="el" alt="" border="0" name="m3" onmouseover="manset_degistir(3)" onmouseout="manset_degistir(-1);" src="http://yazete.com/imgs/menu_3.gif" /></a></td>
                        <td><a target="_blank" href="http://www.yazete.com/haberdetay.asp?Newsid=10362"><img class="el" alt="" border="0" name="m4" onmouseover="manset_degistir(4)" onmouseout="manset_degistir(-1);" src="http://yazete.com/imgs/menu_4.gif" /></a></td>
                        <td><a target="_blank" href="http://www.yazete.com/haberdetay.asp?Newsid=10327"><img class="el" alt="" border="0" name="m5" onmouseover="manset_degistir(5)" onmouseout="manset_degistir(-1);" src="http://yazete.com/imgs/menu_5.gif" /></a></td>
                        <td><a target="_blank" href="http://www.yazete.com/haberdetay.asp?Newsid=10340"><img class="el" alt="" border="0" name="m6" onmouseover="manset_degistir(6)" onmouseout="manset_degistir(-1);" src="http://yazete.com/imgs/menu_6.gif" /></a></td>
                        <td><a target="_blank" href="http://www.yazete.com/haberdetay.asp?Newsid=10369"><img class="el" alt="" border="0" name="m7" onmouseover="manset_degistir(7)" onmouseout="manset_degistir(-1);" src="http://yazete.com/imgs/menu_7.gif" /></a></td>
                        <td><a target="_blank" href="http://www.yazete.com/haberdetay.asp?Newsid=10326"><img class="el" alt="" border="0" name="m8" onmouseover="manset_degistir(8)" onmouseout="manset_degistir(-1);" src="http://yazete.com/imgs/menu_8.gif" /></a></td>
                        <td><a target="_blank" href="http://www.yazete.com/haberdetay.asp?Newsid=10319"><img class="el" alt="" border="0" name="m9" onmouseover="manset_degistir(9)" onmouseout="manset_degistir(-1);" src="http://yazete.com/imgs/menu_9.gif" /></a></td>
                        <td><a target="_blank" href="tummansetler.asp"><img alt="" border="0" src="http://yazete.com/imgs/menu_11.jpg" /></a></td>
                    </tr>
                </tbody>
            </table>
            </td>
        </tr>
    </tbody>
</table>
<td width="13" valign="top" align="left">&nbsp;</td>
&nbsp;
<td width="300" valign="top" align="left">&nbsp;</td>
<br />
<tr>
</tr>
<td valign="top" align="left" colspan="5">&nbsp;</td>
<!--aragecis--><img height="8" width="1" alt="" src="http://yazete.com/imgs/0.gif" /><br />

______________
Mesaj02.05.2009, 11:10 (UTC)    
Mesaj konusu:

maxi-cafe yazmış:
htlmkodes yazmış:
neredekomplo yazmış:
bunun gibi manşetlerin üzerine fare ile gelindiğinde değişen resimler varya, her haber sitesinde bulunan cinsten.. Aramaya kalktım ama bulamdım. Sizler bi yardımcı olursanız çok yardımcı olursunuz.


Bunlar .tr.gg de nadiren olan şeyler css ye yapabilirsiniz bende ugraşıyorum biraz üzerinde


Kardeşim bunun css ile ne alakası var. Bu bir html kodudur.

Haber sitesinin kaynak koduna girdim. Daldım kodların arasına Very Happy
Sonunda böyle bir şey çıkardım. Resimleri kendinize göre düzenleyin.

Kod:
<style type="text/css">



<!--
.yatay_manset { display: none; }
#manset_0 { display: block; }
.el { cursor:pointer; }
--></style><script language="javascript" type="text/javascript">
function nes(obj)
{
   return document.getElementById(obj);
}
function manset_goster() {
   for(i=0;i<10;i++) {
      if (i == secili_manset) {
         nes("manset_"+i).style.display = "block";
         document["m"+i].src = "imgs/menu_"+i+"_.gif";
      }
      else
      {
         nes("manset_"+i).style.display = "none";
         document["m"+i].src = "imgs/menu_"+i+".gif";
         }
   }
}
function manset_degistir(mansetId) {
   if (mansetId >= 0) {
      clearTimeout(mansetTimeout);
      secili_manset = mansetId;
      manset_goster();
   }
   else
   {
      manset_goster();
      secili_manset = secili_manset + 1;
      if(secili_manset >= 10) secili_manset = 0;
      
      mansetTimeout = setTimeout("manset_degistir(-1)", '4000');
   }
}
var secili_manset = 0;
var mansetTimeout =1;
mansetTimeout = setTimeout("manset_degistir(-1)", '4000');
</script>
<table height="300" cellspacing="0" cellpadding="0" border="0">
    <tbody>
        <tr>
            <td align="center">
            <div class="yatay_manset" id="manset_0" style="width: 470px; position: relative; height: 300px"><a target="_blank" href="http://www.yazete.com/haberdetay.asp?Newsid=10322"><img style="border-right: #a8a8a8 1px solid; border-top: #a8a8a8 1px solid; border-left: #a8a8a8 1px solid; border-bottom: #a8a8a8 1px solid" height="300" alt="" width="470" border="0" onmouseover="manset_degistir(0);" onmouseout="manset_degistir(-1);" src="http://www.yazete.com/pics/news/020520091349345352882.jpg" /></a></div>
            <div class="yatay_manset" id="manset_1" style="width: 470px; position: relative; height: 300px"><a target="_blank" href="http://www.yazete.com/haberdetay.asp?Newsid=10379"><img style="border-right: #a8a8a8 1px solid; border-top: #a8a8a8 1px solid; border-left: #a8a8a8 1px solid; border-bottom: #a8a8a8 1px solid" height="300" alt="" width="470" border="0" onmouseover="manset_degistir(1);" onmouseout="manset_degistir(-1);" src="http://www.yazete.com/pics/news/020520091315427415487.jpg" /></a></div>
            <div class="yatay_manset" id="manset_2" style="width: 470px; position: relative; height: 300px"><a target="_blank" href="http://www.yazete.com/haberdetay.asp?Newsid=10265"><img style="border-right: #a8a8a8 1px solid; border-top: #a8a8a8 1px solid; border-left: #a8a8a8 1px solid; border-bottom: #a8a8a8 1px solid" height="300" alt="" width="470" border="0" onmouseover="manset_degistir(2);" onmouseout="manset_degistir(-1);" src="http://www.yazete.com/pics/news/010520091608433679299.jpg" /></a></div>
            <div class="yatay_manset" id="manset_3" style="width: 470px; position: relative; height: 300px"><a target="_blank" href="http://www.yazete.com/haberdetay.asp?Newsid=10360"><img style="border-right: #a8a8a8 1px solid; border-top: #a8a8a8 1px solid; border-left: #a8a8a8 1px solid; border-bottom: #a8a8a8 1px solid" height="300" alt="" width="470" border="0" onmouseover="manset_degistir(3);" onmouseout="manset_degistir(-1);" src="http://www.yazete.com/pics/news/020520091206227242884.jpg" /></a></div>
            <div class="yatay_manset" id="manset_4" style="width: 470px; position: relative; height: 300px"><a target="_blank" href="http://www.yazete.com/haberdetay.asp?Newsid=10362"><img style="border-right: #a8a8a8 1px solid; border-top: #a8a8a8 1px solid; border-left: #a8a8a8 1px solid; border-bottom: #a8a8a8 1px solid" height="300" alt="" width="470" border="0" onmouseover="manset_degistir(4);" onmouseout="manset_degistir(-1);" src="http://www.yazete.com/pics/news/020520091208095351043.jpg" /></a></div>
            <div class="yatay_manset" id="manset_5" style="width: 470px; position: relative; height: 300px"><a target="_blank" href="http://www.yazete.com/haberdetay.asp?Newsid=10327"><img style="border-right: #a8a8a8 1px solid; border-top: #a8a8a8 1px solid; border-left: #a8a8a8 1px solid; border-bottom: #a8a8a8 1px solid" height="300" alt="" width="470" border="0" onmouseover="manset_degistir(5);" onmouseout="manset_degistir(-1);" src="http://www.yazete.com/pics/news/020520090901021998581.jpg" /></a></div>
            <div class="yatay_manset" id="manset_6" style="width: 470px; position: relative; height: 300px"><a target="_blank" href="http://www.yazete.com/haberdetay.asp?Newsid=10340"><img style="border-right: #a8a8a8 1px solid; border-top: #a8a8a8 1px solid; border-left: #a8a8a8 1px solid; border-bottom: #a8a8a8 1px solid" height="300" alt="" width="470" border="0" onmouseover="manset_degistir(6);" onmouseout="manset_degistir(-1);" src="http://www.yazete.com/pics/news/020520090947191953557.jpg" /></a></div>
            <div class="yatay_manset" id="manset_7" style="width: 470px; position: relative; height: 300px"><a target="_blank" href="http://www.yazete.com/haberdetay.asp?Newsid=10369"><img style="border-right: #a8a8a8 1px solid; border-top: #a8a8a8 1px solid; border-left: #a8a8a8 1px solid; border-bottom: #a8a8a8 1px solid" height="300" alt="" width="470" border="0" onmouseover="manset_degistir(7);" onmouseout="manset_degistir(-1);" src="http://www.yazete.com/pics/news/020520091245285353292.jpg" /></a></div>
            <div class="yatay_manset" id="manset_8" style="width: 470px; position: relative; height: 300px"><a target="_blank" href="http://www.yazete.com/haberdetay.asp?Newsid=10326"><img style="border-right: #a8a8a8 1px solid; border-top: #a8a8a8 1px solid; border-left: #a8a8a8 1px solid; border-bottom: #a8a8a8 1px solid" height="300" alt="" width="470" border="0" onmouseover="manset_degistir(8);" onmouseout="manset_degistir(-1);" src="http://www.yazete.com/pics/news/020520090902391992277.jpg" /></a></div>
            <div class="yatay_manset" id="manset_9" style="width: 470px; position: relative; height: 300px"><a target="_blank" href="http://www.yazete.com/haberdetay.asp?Newsid=10319"><img style="border-right: #a8a8a8 1px solid; border-top: #a8a8a8 1px solid; border-left: #a8a8a8 1px solid; border-bottom: #a8a8a8 1px solid" height="300" alt="" width="470" border="0" onmouseover="manset_degistir(9);" onmouseout="manset_degistir(-1);" src="http://www.yazete.com/pics/news/020520090903091998033.jpg" /></a></div>
            </td>
        </tr>
        <tr>
            <td align="center">
            <table cellspacing="0" cellpadding="0" width="470" border="0">
                <tbody>
                    <tr>
                        <td><a target="_blank" href="http://www.yazete.com/haberdetay.asp?Newsid=10322"><img class="el" alt="" border="0" name="m0" onmouseover="manset_degistir(0)" onmouseout="manset_degistir(-1);" src="imgs/menu_0_.gif" /></a></td>
                        <td><a target="_blank" href="http://www.yazete.com/haberdetay.asp?Newsid=10379"><img class="el" alt="" border="0" name="m1" onmouseover="manset_degistir(1)" onmouseout="manset_degistir(-1);" src="imgs/menu_1.gif" /></a></td>
                        <td><a target="_blank" href="http://www.yazete.com/haberdetay.asp?Newsid=10265"><img class="el" alt="" border="0" name="m2" onmouseover="manset_degistir(2)" onmouseout="manset_degistir(-1);" src="imgs/menu_2.gif" /></a></td>
                        <td><a target="_blank" href="http://www.yazete.com/haberdetay.asp?Newsid=10360"><img class="el" alt="" border="0" name="m3" onmouseover="manset_degistir(3)" onmouseout="manset_degistir(-1);" src="imgs/menu_3.gif" /></a></td>
                        <td><a target="_blank" href="http://www.yazete.com/haberdetay.asp?Newsid=10362"><img class="el" alt="" border="0" name="m4" onmouseover="manset_degistir(4)" onmouseout="manset_degistir(-1);" src="imgs/menu_4.gif" /></a></td>
                        <td><a target="_blank" href="http://www.yazete.com/haberdetay.asp?Newsid=10327"><img class="el" alt="" border="0" name="m5" onmouseover="manset_degistir(5)" onmouseout="manset_degistir(-1);" src="imgs/menu_5.gif" /></a></td>
                        <td><a target="_blank" href="http://www.yazete.com/haberdetay.asp?Newsid=10340"><img class="el" alt="" border="0" name="m6" onmouseover="manset_degistir(6)" onmouseout="manset_degistir(-1);" src="imgs/menu_6.gif" /></a></td>
                        <td><a target="_blank" href="http://www.yazete.com/haberdetay.asp?Newsid=10369"><img class="el" alt="" border="0" name="m7" onmouseover="manset_degistir(7)" onmouseout="manset_degistir(-1);" src="imgs/menu_7.gif" /></a></td>
                        <td><a target="_blank" href="http://www.yazete.com/haberdetay.asp?Newsid=10326"><img class="el" alt="" border="0" name="m8" onmouseover="manset_degistir(8)" onmouseout="manset_degistir(-1);" src="imgs/menu_8.gif" /></a></td>
                        <td><a target="_blank" href="http://www.yazete.com/haberdetay.asp?Newsid=10319"><img class="el" alt="" border="0" name="m9" onmouseover="manset_degistir(9)" onmouseout="manset_degistir(-1);" src="imgs/menu_9.gif" /></a></td>
                        <td><a target="_blank" href="tummansetler.asp"><img alt="" border="0" src="imgs/menu_11.jpg" /></a></td>
                    </tr>
                </tbody>
            </table>
            </td>
        </tr>
    </tbody>
</table>
<td width="13" valign="top" align="left">&nbsp;</td>
&nbsp;
<td width="300" valign="top" align="left">&nbsp;</td>
<br />
<tr>
</tr>
<td valign="top" align="left" colspan="5">&nbsp;</td>
<!--aragecis--><img height="8" width="1" alt="" src="imgs/0.gif" /><br />


demek istedigim iclebucle yada red yada başka tasarıma yakışmaz bunlar
Mesaj02.05.2009, 11:16 (UTC)    
Mesaj konusu:

Ben css kullanıyorum. Ayrıca bu kodları veren arkadaş allah razı olsun yardımsever kardeşim bnm çok sağol.
Mesaj02.05.2009, 11:18 (UTC)    
Mesaj konusu:

neredekomplo yazmış:
Ben css kullanıyorum. Ayrıca bu kodları veren arkadaş allah razı olsun yardımsever kardeşim bnm çok sağol.


Rica ederim.
______________
Mesaj02.05.2009, 13:01 (UTC)    
Mesaj konusu:

Kod:
<center><iframe style="width: 487px; height: 315px" src="http://www.aktifhaber.com/sondakika/index3.html" frameborder="0" width="532" scrolling="no" height="280"></iframe></center>



bu haberler var ben kullanıyorum guzel
Önceki mesajları göster:   


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