Team:ETH Zurich/Templates/HeaderNew/MenuItems

From 2011.igem.org

(Difference between revisions)
Line 62: Line 62:
   </li>
   </li>
   <li class="dir last">
   <li class="dir last">
-
     <form method="post" action="">
+
 
-
       <label for="search">Search:</label>
+
 
-
       <input type="text" id="search" class="text" value="Search me!" onFocus="if (this.value == 'Search me!') this.value = '';" onBlur="if (this.value == '') this.value = 'Search me!';" maxlength="255" />
+
     <form method="post" id="searchForm" action="">
-
       <input type="image" src="/profile/CSS/dropdown/transitional/themes/vimeo.com/images/btn_search.png" class="button" />
+
      <fieldset>
 +
       <label for="s">Search:</label>
 +
       <input type="text" id="s" class="text" value="Search me!" onFocus="if (this.value == 'Search me!') this.value = '';" onBlur="if (this.value == '') this.value = 'Search me!';" maxlength="255" />
 +
       <input type="image" src="/profile/CSS/dropdown/transitional/themes/vimeo.com/images/btn_search.png" class="button" id="submitButton" />
 +
      </fieldset>
     </form>
     </form>
     <ul>
     <ul>

Revision as of 14:06, 18 October 2011