bdbrown

Teaguardian Searchbox

Jun 12th, 2015
272
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 3.13 KB | None | 0 0
  1. Theme Demo in Chrome
  2.  
  3. <div class="search-expand">
  4.    <div class="search-expand-inner">
  5.       <form method="get" class="searchform themeform" action="http://demo.alxmedia.se/hueman/">
  6.          <div>
  7.             <input type="text" class="search" name="s" onblur="if(this.value=='')this.value='To search type and hit enter';"
  8. onfocus="if(this.value=='To search type and hit enter')this.value='';" value="To search type and hit enter">
  9.          </div>
  10.       </form>
  11.    </div>
  12. </div>
  13.  
  14.  
  15. Theme Demo in IE
  16.  
  17. <div class="search-expand">
  18.    <div class="search-expand-inner">
  19.       <form class="searchform themeform" action="http://demo.alxmedia.se/hueman/" method="get">
  20.          <div>
  21.             <input name="s" class="search" onfocus="if(this.value=='To search type and hit enter')this.value='';" onblur="if(this.value=='')this.value='To search type and hit enter';" type="text" value="To search type and hit enter">
  22.          </div>
  23.       </form>
  24.    </div>
  25. </div>
  26.  
  27.  
  28. teaguardian in Chrome
  29.  
  30. <div class="search-expand">
  31.    <div class="search-expand-inner">
  32.       <form action="http://www.teaguardian.com/search-results/" id="cse-search-box" class="searchform themeform">
  33.          <div>
  34.             <input type="hidden" name="cx" value="partner-pub-5204905390896634:1626028215">
  35.             <input type="hidden" name="cof" value="FORID:10">
  36.             <input type="hidden" name="ie" value="UTF-8">
  37.             <input type="text" name="q" size="55" style="border: 1px solid rgb(126, 157, 185); padding: 2px; background: url(http://cse.google.com/cse/intl/en/images/google_custom_search_watermark.gif) 0% 50% no-repeat rgb(255, 255, 255);">
  38.             <input type="submit" name="sa" value="Search">
  39.          </div>
  40.          <input name="siteurl" type="hidden" value="www.teaguardian.com/">
  41.          <input name="ref" type="hidden" value="">
  42.          <input name="ss" type="hidden" value="">
  43.       </form>
  44.       <script type="text/rocketscript" data-rocketsrc="http://www.google.com/coop/cse/brand?form=cse-search-box&amp;lang=en" data-rocketoptimized="true">
  45.       </script>
  46.    </div>
  47. </div>
  48.  
  49.  
  50. teaguardian in IE
  51.  
  52. <div class="search-expand">
  53.    <div class="search-expand-inner">
  54.       <form class="searchform themeform" id="cse-search-box" action="http://www.teaguardian.com/search-results/">
  55.          <div>
  56.             <input name="cx" type="hidden" value="partner-pub-5204905390896634:1626028215">
  57.             <input name="cof" type="hidden" value="FORID:10">
  58.             <input name="ie" type="hidden" value="UTF-8">
  59.             <input name="q" style='background: url
  60. ("http://cse.google.com/cse/intl/en/images/google_custom_search_watermark.gif") no-repeat left rgb(255, 255, 255); padding:
  61. 2px; border: 1px solid rgb(126, 157, 185); border-image: none;' type="text" size="55">
  62.             <input name="sa" type="submit" value="Search">
  63.          </div>
  64.          <input name="siteurl" type="hidden">
  65.          <input name="ref" type="hidden">
  66.          <input name="ss" type="hidden">
  67.       </form>
  68.       <script src="http://www.google.com/coop/cse/brand?form=cse-search-box&amp;lang=en" type="text/javascript">
  69.       </script>
  70.    </div>
  71. </div>
Advertisement
Add Comment
Please, Sign In to add comment