• 10-07-2021, 18:00:42
    #1
    Üyeliği durduruldu
    merhaba arkadaşlar splash reklam yapmaya çalışıyorum içi boşsa resim kalkıyor sorun yok fakat çerçeve kalkmıyor kodu uyarlıyamadım yardımcı olur musunuz? içi boşsa çerçeveninde kalması lazim
    Teşekkürler.
     <div class="splash splash-reklam" id="amans">
    <a rel="nofollow" target="_blank" href="<?php echo $ayarcek['ayar_splashlink']; ?>"><img class="" src="<?php if(!$ayarcek["ayar_splash"]){}else{ ?><?php echo $ayarcek['ayar_splash'] ?>" alt="handikap" width="300" height="250"<?php } ?>></a>
    <a href="javascript:void(0)" onfocus="this.blur();" onclick="document.getElementById('amans').style.display='none'" style="position:absolute;top:-15px;right:-17px;display:block;width:29px;height:29px;background:transparent url(http://3.bp.blogspot.com/-2pNyEIhTbiU/UWJ-FMsZktI/AAAAAAAAUKg/3FPcPp0CNko/s1600/close-button.png) no-repeat top left;"></a>
    </div>
  • 10-07-2021, 18:06:26
    #2
    <?php if (empty($ayarcek["ayar_splash"])) {?>
        
    <?php } else {?>
        <div class="splash splash-reklam" id="amans">
        <a rel="nofollow" target="_blank" href="<?php echo $ayarcek['ayar_splashlink']; ?>"><img class="" src="<?php if(!$ayarcek["ayar_splash"]){}else{ ?><?php echo $ayarcek['ayar_splash'] ?>" alt="handikap" width="300" height="250"<?php } ?>></a>
        <a href="javascript<b></b>:void(0)" onfocus="this.blur();" onclick="document.getElementById('amans').style.display='none'" style="position:absolute;top:-15px;right:-17px;display:block;width:29px;height:29px;background:transparent url(http://3.bp.blogspot.com/-2pNyEIhTbiU/UWJ-FMsZktI/AAAAAAAAUKg/3FPcPp0CNko/s1600/close-button.png) no-repeat top left;"></a>
    </div>
    
    <?php } ?>
  • 10-07-2021, 18:16:50
    #3
    Üyeliği durduruldu
    FidanAtug adlı üyeden alıntı: mesajı görüntüle
    <?php if (empty($ayarcek["ayar_splash"])) {?>
        
    <?php } else {?>
        <div class="splash splash-reklam" id="amans">
        <a rel="nofollow" target="_blank" href="<?php echo $ayarcek['ayar_splashlink']; ?>"><img class="" src="<?php if(!$ayarcek["ayar_splash"]){}else{ ?><?php echo $ayarcek['ayar_splash'] ?>" alt="handikap" width="300" height="250"<?php } ?>></a>
        <a href="javascript<b></b>:void(0)" onfocus="this.blur();" onclick="document.getElementById('amans').style.display='none'" style="position:absolute;top:-15px;right:-17px;display:block;width:29px;height:29px;background:transparent url(http://3.bp.blogspot.com/-2pNyEIhTbiU/UWJ-FMsZktI/AAAAAAAAUKg/3FPcPp0CNko/s1600/close-button.png) no-repeat top left;"></a>
    </div>
    
    <?php } ?>
    çok teşekkür ederim hocam çalıştı
  • 10-07-2021, 18:17:35
    #4
    Rica ederim iyi çalışmalar