Team:ETH Zurich/Templates/HeaderNew/MenuItems

From 2011.igem.org

(Difference between revisions)
Line 65: Line 65:
     <form method="post" id="searchForm" action="">
     <form method="post" id="searchForm" action="">
       <label for="s">Search:</label>
       <label for="s">Search:</label>
-
       <input type="text" id="s" class="searchFocus" 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="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="/wiki/images/7/7e/ETHZ_btn_search.png" class="button searchFocus" id="submitButton" />
+
       <input type="image" src="/wiki/images/7/7e/ETHZ_btn_search.png" class="button" id="submitButton" />
       </fieldset>
       </fieldset>
     </form>
     </form>

Revision as of 16:47, 20 October 2011