Forum'da ara:
Ara


Yazar Mesaj
Mesaj20.02.2009, 13:51 (UTC)    
Mesaj konusu: bu kodu kım yapabılır ?

arkadaşlar bana bu sıtedekı slayt resım kodu lazım yapan varmı veya nasıl yapılcak ?

http://smoothgallery.jondesign.net/showcase/gallery/#myGallery-picture(7)
______________
css tasarım,giriş paneli gibi istekleriniz için bana ulaşın
skype:semihseker26 veya profilime mesaj atmanız yeterlidir...
Mesaj20.02.2009, 14:07 (UTC)    
Mesaj konusu:

bilen yokmu arkadaşlar lütfen cok lazım bana
______________
css tasarım,giriş paneli gibi istekleriniz için bana ulaşın
skype:semihseker26 veya profilime mesaj atmanız yeterlidir...
Mesaj20.02.2009, 14:18 (UTC)    
Mesaj konusu:

tasarimci-amca2 yazmış:
bilen yokmu arkadaşlar lütfen cok lazım bana

______________
css tasarım,giriş paneli gibi istekleriniz için bana ulaşın
skype:semihseker26 veya profilime mesaj atmanız yeterlidir...
Mesaj20.02.2009, 14:32 (UTC)    
Mesaj konusu:

O Deyil Ama istediyin Gibi Birsey BU Kod Sadece Yukardan Asagı Sürüklene Biliyor

Kod:
<!--// WwW.Kod-Tasarim.Tr.Gg//-->
<meta content="text/html; charset=windows-1250" http-equiv="content-type" />
<meta content="PSPad editor, www.pspad.com" name="generator" /><style type="text/css">

    #encFilmMain
    {
      width:160px; /* Max widht of the container */
    }
    #encFilm
    {
      height:300px;  /* Max height of the container */
      background-color:#999;
      padding:5px 5px 5px 5px;     
    }
    #encFilmInner
    {
      position:relative;
      background-color:#efefef;
      padding:5px 5px 5px 5px;
      height:290px; /* Inner films height. It will be -10 from Max height */
      width:140px; /* this will be -20px from full width of #encFilmMain*/
      overflow:hidden;
    }
    #encScrollBarTop
    {           
      background:url('img/bg-1.jpg') left center repeat-x #333;
      text-align:center;
      color:#fff;
    }
    #encScrollBarBottom
    {   
      background:url('img/bg-1.jpg') left center repeat-x #333;
      text-align:center;
      color:#fff;
    }
    #encScrollBarTop a, #encScrollBarBottom a
    {
      line-height:20px;
      padding:2px;
      color:#fff;
      display:block;
      text-decoration:none;
    }
    #encNav
    {
      position:relative;
      color:#000;
      top:0px;
    }
  </style><script type="text/javascript">
  /*
    Copyright (c) 2009 Muneer Mohammad (http://www.encodez.com/)
    Permission is hereby granted, free of charge, to any person obtaining
    a copy of this code, to deal in the code without restriction, including
    without limitation the rights to use, copy, modify, merge, publish,
    distribute, sublicense, and/or sell copies of the code, and to
    permit persons to whom the Software is furnished to do so, subject to
    the following conditions:
     
    The above copyright notice and this permission notice shall be
    included in all copies or substantial portions of the code.
   
    THE CODE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
    EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
    MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
    NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
    LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
    OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
    WITH THE CODE OR THE USE OR OTHER DEALINGS IN THE CODE.
  */
 
 
  var gTop=0;
  var gIncVal=0;
  // var timeOutValue can be used to adjust the speed of scroller.
  var timeOutValue=10;
   
   
  function scrollMe(arg)
  {   
    var objEncNav=document.getElementById('encNav');
   
    // var scrollAmount define the fast and
    // the amount of scrolling pane
    var scrollAmount=240;
    var objEncNavHeight=parseInt(objEncNav.offsetHeight);
    var objEncNavTop=objEncNav.style.top;
   
    // var barHeight defines the heigt of inner layer
    // it must set -10 from max height
    var barHeight=290;   
   
    if(!objEncNavTop)
      objEncNavTop=0;
    else
      objEncNavTop=objEncNavTop.substring(0,objEncNavTop.length-2);
     
    if(arg>0)
    {
      if(objEncNavTop>=0 || objEncNavTop>(-(objEncNavHeight-(barHeight+scrollAmount))))
      {
        incrementValue=scrollAmount;
      }
      else if(objEncNavTop<(-(objEncNavHeight-(barHeight+scrollAmount))))
      {
        incrementValue=(objEncNavHeight-barHeight)+parseInt(objEncNavTop);
      }
      else
      {
        incrementValue=0;
      }
      encSmoothScroll("minus", parseInt(objEncNavTop), parseInt(incrementValue));
    }
    else
    {
      if(objEncNavTop<0 && ((parseInt(objEncNavTop)+scrollAmount) < 0))
      {
        incrementValue=scrollAmount;
      }
      else
      {
        incrementValue=-objEncNavTop-0;     
      }
      encSmoothScroll("plus", parseInt(objEncNavTop), parseInt(incrementValue));
    }
  }
  function encSmoothScroll(dir, currentVal, incValue)
  {
    gTop=currentVal;
    gIncVal=incValue;
    encScrollBy(dir, 0)
  }
  function encScrollBy(dir, val)
  {
    if(val<gIncVal)
    {
      var tmpInc;     
      if((gIncVal-val)>1)     
      {
        tmpInc=Math.ceil((gIncVal-val)/10);
        if(tmpInc <1)
          tmpInc=1;
      }
      else
      {
        tmpInc=gIncVal-val;
      }
     
      val+=tmpInc;
     
      var objEncNav=document.getElementById('encNav');
      if(dir=="plus")
      {
        objEncNav.style.top=gTop+val+"px";
      }
      else if(dir=="minus")
      {
        objEncNav.style.top=gTop-val+"px";
      }
      var t=setTimeout("encScrollBy('"+dir+"', "+val+");", timeOutValue);
    }
    else
    {
      clearTimeout(t);
    }
  }
  </script>
<div id="encFilmMain">
<div id="encScrollBarTop"><a onClick="scrollMe(-1); return false;" href="#"><img alt="Aşagı" border="0" src="http://www.emlakvitrin.com/interfaces/v2/images/finans_asagi.png" /></a></div>
<div id="encFilm">
<div id="encFilmInner">
<div id="encNav"><!-- you can change any code between includeing "start.." & "end." -->start.. <img alt="image1" src="img/image1.jpg" /><br />
&nbsp;<br />
<img alt="image2" src="http://img.webme.com/pic/k/kod-tasarim/a.png" /><br />
&nbsp;<br />
<img alt="image3" src="http://img.webme.com/pic/k/kod-tasarim/a.png" /><br />
&nbsp;<br />
<img alt="image4" src="http://img.webme.com/pic/k/kod-tasarim/a.png" /><br />
&nbsp;<br />
<img alt="image5" src="http://img.webme.com/pic/k/kod-tasarim/a.png" /><br />
&nbsp;<br />
<img alt="image6" src="http://img.webme.com/pic/k/kod-tasarim/a.png" /><br />
&nbsp;<br />
<img alt="image7" src="http://img.webme.com/pic/k/kod-tasarim/a.png" /><br />
&nbsp;<br />
<img alt="image8" src="http://img.webme.com/pic/k/kod-tasarim/a.png" /><br />
&nbsp;<br />
<img alt="image9" src="http://img.webme.com/pic/k/kod-tasarim/a.png" /><br />
&nbsp;<br />
<img alt="image10" src="http://img.webme.com/pic/k/kod-tasarim/a.png" /><br />
&nbsp;<br />
end.</div>
</div>
</div>
<div id="encScrollBarBottom"><a onClick="scrollMe(1); return false;" href="#"><img alt="Yukari" border="0" src="http://www.emlakvitrin.com/interfaces/v2/images/finans_yukari.png" /></a></div>
<br />
<div id="msgBox">&nbsp;</div>
</div>
<!--// WwW.Kod-Tasarim.Tr.Gg//-->
Mesaj20.02.2009, 14:34 (UTC)    
Mesaj konusu:

buyuksun kardes eyvallah cok saol baya işime yarayacak yanlız lınk eklenebılır demı resımlere ?
______________
css tasarım,giriş paneli gibi istekleriniz için bana ulaşın
skype:semihseker26 veya profilime mesaj atmanız yeterlidir...
Mesaj20.02.2009, 15:09 (UTC)    
Mesaj konusu:

Paylasim İçin Teşekkürler.
______________


TÜRK e KeFeN BiÇeNiN öLüMü KoRKuNÇ oLuR!!!!!!!!!
Mesaj20.02.2009, 15:41 (UTC)    
Mesaj konusu:

Önceki mesajları göster:   


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