buremba  [ Profile ]

Sort by: Date / Title /

  1. 2 years ago
    1. .transparent_class {
    2.         filter:alpha(opacity=50);
    3.         -moz-opacity:0.5;
    4.         -khtml-opacity: 0.5;
    5.         opacity: 0.5;
    6. }
    Paste this in your website: <script type="text/javascript" src="http://www.posteet.com/embed/783"></script>
  2. 2 years ago
    mesela adsense'nin firefox tavsiyesi reklamını firefox'ta görüntülemek hoş olmaz. bunun için bu kodu kullanarak istenilen şeyin firefox dışındaki tarayıcılarda çalışmasını sağlayabiliriz.
    1. <?php if ( !strpos($_SERVER['HTTP_USER_AGENT'], 'Gecko') ) { ?>
    2. <!-- Firefox dışında ki tarayıcılarda göstermek istediğiniz kodları buraya yerleştirin -->
    3. <?php } ?>
    Paste this in your website: <script type="text/javascript" src="http://www.posteet.com/embed/704"></script>

First / Previous / Next / Last / Page 1 of 1 (2 posteets)