Forum'da ara:
Ara


Yazar Mesaj
Mesaj16.06.2009, 03:08 (UTC)    
Mesaj konusu: Arkadaşlar arama motoru kodunu uyarlayabilirmisiniz?

Arkdaşlar ben yeni bir css tasarıma geçiyorum ve google site içi arama motorumun css tasarımındaki arama motorunun şeklinde gözükmesini istiyrum bundan önceki tasarımlarımda yaptım fakat bu sefer yapamadım yardımcı olursanız sevinirim.Google Arama motoru kodu:[code]<form action="http://paylasim61.tr.gg/Arama-Sonu%E7lar%26%23305%3B.htm" id="cse-search-box">
<div>
<input type="hidden" name="cx" value="010811078491076255558:_etr4-ogpwo" />
<input type="hidden" name="cof" value="FORID:9" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" name="q" size="31" />
<input type="input-submit" name="sa" value="Ara" />
</div>
</form>

<script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=cse-search-box&lang=tr"></script>Uyarlanmasını istediğim]Arama Motoru Kodu:[code]<div id="top-search-wrap">
<form id="top-search" action="http://wpjunction.com/themes/styleisle/" method="get">
<input id="top-s" name="s" value="Type text to search here" class="input-text" type="text">
<input value="" class="input-submit" type="submit">
</form>[/code]
______________

Arrow Ethical Hacker Arrow Professional Web Designer
Mesaj16.06.2009, 03:11 (UTC)    
Mesaj konusu:

Google Arama Motoru Kodu:
Kod:
<form action="http://paylasim61.tr.gg/Arama-Sonu%E7lar%26%23305%3B.htm " id="cse-search-box">
  <div>
    <input type="hidden" name="cx" value="010811078491076255558:_etr4-ogpwo" />
    <input type="hidden" name="cof" value="FORID:9" />
    <input type="hidden" name="ie" value="UTF-8" />
    <input type="text" name="q" size="31" />
    <input type="submit" name="sa" value="Ara" />
  </div>
</form>

<script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=cse-search-box&lang=tr"></script>


Css Arama Motoru Kodu:
Kod:
<div id="top-search-wrap">
         <form id="top-search" action="http://wpjunction.com/themes/styleisle/" method="get">
            <input id="top-s" name="s" value="Type text to search here" class="input-text" type="text">
            <input value="" class="input-submit" type="submit">
         </form>
      </div>
Arkaşlar google arama motorunun görünüşünü değiştirip css tasarımındaki arama motorunun şeklinin olmasını istiyorum şimdiden teşekkür ederim.
______________

Arrow Ethical Hacker Arrow Professional Web Designer
Mesaj16.06.2009, 06:13 (UTC)    
Mesaj konusu:

Kod:
<form action="http://paylasim61.tr.gg/Arama-Sonu%E7lar%26%23305%3B.htm " id="cse-search-box">
<div id="top-search-wrap">
<input type="hidden" name="cx" value="010811078491076255558:_etr4-ogpwo" />
<form id="top-search" action="http://wpjunction.com/themes/styleisle/" method="get">
<input type="hidden" name="cof" value="FORID:9" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" name="q" size="31" />
            <input id="top-s" name="s" value="Type text to search here" class="input-text" type="text">
            <input value="" class="input-submit" type="submit">
         </form>
      </div>

______________
Mesaj16.06.2009, 11:03 (UTC)    
Mesaj konusu:

Hayır kardeşim olmadı :S
______________

Arrow Ethical Hacker Arrow Professional Web Designer
Mesaj16.06.2009, 11:04 (UTC)    
Mesaj konusu:

Buyur.
Kod:
<div id="top-search-wrap">
         <form action="http://paylasim61.tr.gg/Arama-Sonu%E7lar%26%23305%3B.htm " id="cse-search-box">
  <div>
    <input type="hidden" name="cx" value="010811078491076255558:_etr4-ogpwo" />
    <input type="hidden" name="cof" value="FORID:9" />
    <input type="hidden" name="ie" value="UTF-8" />
    <input type="text" name="q" size="31" />
    <input type="submit" name="sa" value="Ara" />
  </div>
</form>

<script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=cse-search-box&lang=tr"></script>

      </div>

______________
Atatürk diyor ki "Beni unutturmak isteyenler olabilir."
Mesaj16.06.2009, 11:08 (UTC)    
Mesaj konusu:

KEfkir olmadı google arama motorunun görümününde benim istediğim css de olan arama motorunun şeklinde olması ben bir kere yapmıştım bilmeden Smile Ama şimdi yapamadım :S
______________

Arrow Ethical Hacker Arrow Professional Web Designer
Mesaj16.06.2009, 11:10 (UTC)    
Mesaj konusu:

Şimdi dene
Kod:
<div id="top-search-wrap">
         <form id="top-search" action="http://paylasim61.tr.gg/Arama-Sonu%E7lar%26%23305%3B.htm" method="get">
            <input id="top-s" name="s" value="Type text to search here" class="input-text" type="text">
            <input value="" class="input-submit" type="submit">
         </form>
      </div>

______________
Atatürk diyor ki "Beni unutturmak isteyenler olabilir."
Mesaj16.06.2009, 11:15 (UTC)    
Mesaj konusu:

@kefkirnet acaba bu kodu dönüştürebilir miyiz?
Kod:
<div id="cse" style="width: 100%;">Loading</div>
<script src="http://www.google.com/jsapi" type="text/javascript"></script>
<script type="text/javascript">
   google.load('search', '1');
   google.setOnLoadCallback(function(){
      new google.search.CustomSearchControl('010811078491076255558:_etr4-ogpwo').draw('cse');
   }, true);
</script>

______________

Arrow Ethical Hacker Arrow Professional Web Designer
Mesaj16.06.2009, 11:18 (UTC)    
Mesaj konusu:

Kod:
<div id="cse" style="width: 100%;">Loading</div>
<script src="http://paylasim61.tr.gg/Arama-Sonu%E7lar%26%23305%3B.htm" type="text/javascript"></script>
<script type="text/javascript">
   google.load('search', '1');
   google.setOnLoadCallback(function(){
      new google.search.CustomSearchControl('010811078491076255558:_etr4-ogpwo').draw('cse');
   }, true);
</script>

______________
Atatürk diyor ki "Beni unutturmak isteyenler olabilir."
Mesaj16.06.2009, 11:29 (UTC)    
Mesaj konusu:

Olmadı.
______________

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