Forum'da ara:
Ara


Yazar Mesaj
Mesaj23.04.2010, 09:09 (UTC)    
Mesaj konusu: Resim Yerine Yazıya Link Vermek İstiyorum

Kod:
<style type="text/css">
/* feedback */
#fdbk_overlay {width: 100%;height:100%;top:0;left:0;z-index: 1000000;position: absolute;} #fdbk_screen {top:0;left:0;z-index:1;width:100%;position: absolute;background-color: #000;opacity: 0.45; -moz-opacity: 0.45;filter:alpha(opacity=45);} #fdbk_container {width:650px;height:400px;margin: 0 auto;z-index:2;position:relative;} #fdbk_container iframe {width:700px;height:100%;margin: 20px;
background: transparent url('http://img.webme.com/pic/s/sensiz-kaldim/fb_loading.png') no-repeat;} #fdbk_container iframe.loaded {background: transparent;} a#fdbk_tab {top: 25%;right:0;width: 47px;height:125px;color: #FFF;cursor:pointer;text-indent:-100000px;overflow:hidden; position: fixed; z-index: 100000; margin-right: -7px;
background-image: url(http://img.webme.com/pic/s/sensiz-kaldim/ymorneksite.jpg);_position: absolute;
_background-image: url('http://img.webme.com/pic/s/sensiz-kaldim/ymorneksite.jpg');} a#fdbk_tab:hover {margin-right: -4px;} a.fdbk_tab_right {right: 0 !important;left: auto !important;margin-right: -7px !important;margin-left: auto !important;} a.fdbk_tab_right:hover {margin-right: -4px !important;margin-left: auto !important;} a.fdbk_tab_bottom {top: auto!important;bottom: 0 !important;left: 20% !important;height: 38px !important;width: 102px !important;background-position: 0 -102px !important;margin-bottom: -7px !important;margin-left: auto !important;} a.fdbk_tab_bottom:hover {margin-bottom: -4px !important;margin-right: auto !important;} a.fdbk_tab_hidden {display:none !important;} a#fdbk_close {position: absolute;cursor:pointer;outline:none;top: 0;left: 0;z-index: 4;width:42px;height:42px;overflow:hidden;
background-image: url(http://img.webme.com/pic/s/sensiz-kaldim/feedback-close.png);_background: none; _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://img.webme.com/pic/s/sensiz-kaldim/feedback-close.png, sizingMethod='crop');}
#fdbk_close:hover {background-position: -42px 0;} #fc-friendbar-outer {position:fixed;top:0px;left:0px;}
</style>  <script type="text/javascript">
// feedback - image dosyalarini kendi sitenizde barindirabilirseniz daha iyi olur.
GSFN = {
feedback: function(url, tab_options) {
this.feedback_url = url;
this.tab_options = tab_options ? tab_options : {};
this.tab_options.placement = this.tab_options.placement ? this.tab_options.placement : 'right';
this.tab_options.color = this.tab_options.color ? this.tab_options.color : '#21236a';
this.tab_html = '<a href="#" id="fdbk_tab" class="fdbk_tab_'+this.tab_options.placement+'" style="background-color:'+this.tab_options.color+'">FACEBOOK</a>';
this.overlay_html = '<div id="fdbk_overlay" style="display:none">' +
'<div id="fdbk_container">' +
'<a href="#" onclick="GSFN.hide();return false" id="fdbk_close"></a>' +
'<iframe src="" id="fdbk_iframe" allowTransparency="true" scrolling="no" frameborder="0"></iframe>' +
'</div>' +
'<div id="fdbk_screen"></div>' +
'</div>';
    if(this.tab_options.container) {
      var container_el = this.gId(this.tab_options.container);
      container_el.innerHTML = this.tab_html + this.overlay_html;
    } else {
      document.write(this.tab_html);
      document.write(this.overlay_html);     
    }                   
    this.gId('fdbk_tab').onclick = function() { GSFN.show(); return false; }
    this.gId('fdbk_iframe').setAttribute("src", "");
  },
  set_position: function() {
    this.scroll_top = document.documentElement.scrollTop || document.body.scrollTop;
    this.scroll_height = document.documentElement.scrollHeight;
    this.client_height = window.innerHeight || document.documentElement.clientHeight;
    this.gId('fdbk_screen').style.height = this.scroll_height+"px";
    this.gId('fdbk_container').style.top = this.scroll_top+(this.client_height*0.1)+"px";
  },
  show: function() {
    if(this.gId('fdbk_iframe').getAttribute("src") == "") {
      this.gId('fdbk_iframe').setAttribute("src", this.feedback_url);
      if (this.gId('fdbk_iframe').addEventListener) {
        this.gId('fdbk_iframe').addEventListener("load", GSFN.loaded, false);
      } else if (this.gId('fdbk_iframe').attachEvent) {
        this.gId('fdbk_iframe').detachEvent("onload", GSFN.loaded);
        this.gId('fdbk_iframe').attachEvent("onload", GSFN.loaded);
      }
    }
    this.set_position();
    this.gId('fdbk_overlay').style.display = "block";
  },
  hide: function() {
    this.gId('fdbk_overlay').style.display = "none";
  },
  loaded: function() {
    GSFN.gId('fdbk_iframe').className = "loaded";
  },
  gId: function(id) {
    return document.getElementById(id);
  }
}
</script>      <script type="text/javascript">
// feedback ayar
var tab_options = {}
tab_options.placement = "right"; //left veya right - sag veya sol.
tab_options.color = "#21236a"; //rengi belirleyin.
GSFN.feedback('http://meer2008.sitemynet.com/UyelikFormu/', tab_options); //kendi iletisim formu adresinizle degistirin.
</script>


Arkadaşlar buradaki resmi kaldırıp, onun yerine yazı yazıp ona tıklanınca sayfanın açılmasını istiyorum. Yardım edebilecek varsa buraya paylaşsın ya da bana lütfen ö.m. atsın. Uğraştım ama yapamadım. Tek çare size sormak kaldı.
______________
Site devralınmıştır.
Mesaj23.04.2010, 09:23 (UTC)    
Mesaj konusu:

Resimli olarak nereyi değiştirmek istediğinizi gösterir misiniz?
______________

Arrow Ethical Hacker Arrow Professional Web Designer
Mesaj23.04.2010, 09:27 (UTC)    
Mesaj konusu:

elbette. siteme giriş yaparsanız örneXsite şeklinde sitemin sağ tarafında bir resim var. bende onu hem sağ taraftan kaldırıp hem de yazı şeklinde yazmak istiyorum.
______________
Site devralınmıştır.
Mesaj23.04.2010, 09:29 (UTC)    
Mesaj konusu:

Ekranın resmini çekin ve belirttiğiniz yeri paintle işaretleyip resimi buraya koyun lütfen...
______________

Arrow Ethical Hacker Arrow Professional Web Designer
Mesaj23.04.2010, 09:30 (UTC)    
Mesaj konusu:

tmm bnde onu yapmaa çalışıom şu anda
______________
Site devralınmıştır.
Mesaj23.04.2010, 09:35 (UTC)    
Mesaj konusu:

<br />
<img src="http://img.webme.com/pic/t/travianciamca/buresim.jpg" alt="" /><br />
______________
Site devralınmıştır.
Mesaj23.04.2010, 09:36 (UTC)    
Mesaj konusu:

resim nasıl konulur bilmiom. ama linke buradan bakabilirsiniz.
______________
Site devralınmıştır.
Mesaj23.04.2010, 09:42 (UTC)    
Mesaj konusu:

travianciamca yazmış:
resim nasıl konulur bilmiom. ama linke buradan bakabilirsiniz.


Foruma resim koymak için resimin .jpg ve .gif formatında olması gerek .gif den emin değilim ama resimin urlsini:
Kod:
[img]Resim Url[/img]
şeklindeforuma koyabilirsiniz.
______________

Arrow Ethical Hacker Arrow Professional Web Designer
Mesaj23.04.2010, 09:43 (UTC)    
Mesaj konusu:


______________
Site devralınmıştır.
Mesaj23.04.2010, 09:43 (UTC)    
Mesaj konusu:

Ben sitenize opera 10.50 ile giriyorum fakat bende öyle birşey gözükmüyor Smile
______________

Arrow Ethical Hacker Arrow Professional Web Designer
Mesaj23.04.2010, 09:46 (UTC)    
Mesaj konusu:

mozilla uyumlu olarak yaptıım için belki ondan kaynaklanıyordur. bir de siteme giriş için sonuna/ana-sayfa.htm yazısını eklemeniz gerekiyor.
______________
Site devralınmıştır.
Mesaj23.04.2010, 09:48 (UTC)    
Mesaj konusu:

Zaten öyle yapıyorum Smile
______________

Arrow Ethical Hacker Arrow Professional Web Designer
Mesaj23.04.2010, 09:50 (UTC)    
Mesaj konusu:

mozilla'dan lütfen deneyin. bnde gözüküyor çünkü.
______________
Site devralınmıştır.
Mesaj23.04.2010, 09:51 (UTC)    
Mesaj konusu:

http://travianciamca.tr.gg/Yeni-sayfan%26%23305%3Bn-ba%26%23351%3Bl%26%23305%3B%26%23287%3B%26%23305%3B.htm bu adresten girin. ana sayfama eklemeyi unutmuşum. ya link vermek istemiyordum ama neyse.
______________
Site devralınmıştır.
Mesaj23.04.2010, 09:51 (UTC)    
Mesaj konusu:

Mozilla yüklü değil ayrıca mozillayıda sevmem fakat kodu buldum o oraya css olarak kaydedilmiş onu ancak bir buton tarzında yapabiliriz. Veya ona div verecez tasarım üstünden divi yerleştirecez oradan yazıyı yazacaz...
______________

Arrow Ethical Hacker Arrow Professional Web Designer
Önceki mesajları göster:   


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