• 08-01-2008, 23:19:28
    #1
    Üyeliği durduruldu
    CSS İle Yeni Konu, Yeni Cevap Değişen Butonları Yapımı -> Contra
    Demo : www.seoturkey.net/degisenbuton.html
    Kalıp : showthread_newreply aşağıdakilerle hepsini değiştirin :
    <style type="text/css">
    .l_opac {
        -moz-opacity:0.3;
        filter:alpha(opacity=30);
       }
    .f_opac {
      -moz-opacity:1;
       filter:alpha(opacity=100);
         }
    </style>
    <a href="newreply.php?tid={$tid}"><img src="{$theme['imglangdir']}/newreply.gif" border="0" class="l_opac" onmouseover="this.className='f_opac;'" onmouseout="this.className='l_opac';"></a>
    Kalıp : showthread_newthread aşağıdakilerle hepsini değiştirin :
    <style type="text/css">
    .l_opac {
        -moz-opacity:0.3;
        filter:alpha(opacity=30);
       }
    .f_opac {
      -moz-opacity:1;
       filter:alpha(opacity=100);
         }
    </style>
    <a href="newthread.php?fid={$fid}"><img src="{$theme['imglangdir']}/newthread.gif" border="0" class="l_opac" onmouseover="this.className='f_opac;'" onmouseout="this.className='l_opac';"></a>
    Kalıp : forumdisplay_newthread aşağıdakilerle hepsini değiştirin :
    <style type="text/css">
    .l_opac {
        -moz-opacity:0.3;
        filter:alpha(opacity=30);
       }
    .f_opac {
      -moz-opacity:1;
       filter:alpha(opacity=100);
         }
    </style>
    <a href="newthread.php?fid={$fid}"><img src="{$theme['imglangdir']}/newthread.gif" border="0" class="l_opac" onmouseover="this.className='f_opac;'" onmouseout="this.className='l_opac';"></a>
  • 08-01-2008, 23:29:54
    #2
    çok iyi devamını beklerim
  • 21-09-2009, 16:29:27
    #3
    Benim yazdığım kod internette bayağı bi jenerasyona girip yayılmış. MyDesign de yazmıştım http://www.mydesign.gen.tr/kod/627.html .

    Alıntı yazılması çok mühim deil bir kod. Faydalı olduysa ne mutlu bana.