Max_iT, thanks for the quick response.
I’ve followed you’re action and changed the text like this:
<form method=”get” class=”searchform themeform” action=”<?php echo home_url(‘/’); ?>”>
<div>
<input type=”text” class=”search” name=”s” onblur=”if(this.value==”)this.value='<?php _e(‘Type hier om te zoeken en druk op enter’,’hueman’); ?
>’;” onfocus=”if(this.value=='<?php _e(‘Type hier om te zoeken en druk op enter’,’hueman’); ?
>’)this.value=”;” value=”<?php _e(‘Type hier om te zoeken en druk op enter’,’hueman’); ?>” />
</div>
</form>
Maybe i’ve change the layout of the code in the wrong way. I’m just a guy trying to understand a little bit of CSS. So your help would be great.
Do you spot a mistake?