header.php
[Code moderated as per the Forum Rules. Please use the pastebin]
search.php
<div id="search"><form action="<?php echo home_url('/'); ?>">
<input type="text" class="searchbox" name="s" value="Search" onFocus="if (this.value=='Search')this.value='';" onBlur="if (this.value=='')this.value='Search'" />
<input type="image" src="<?php echo get_stylesheet_directory_uri(); ?>/images/searchbutton.png" class="searchbox_submit" value="" />
</form></div>
style.css
[CSS moderated as per the Forum Rules. Please just post a link to your site.]
I wonder why I am enable to see the search button? Thanks.