fixed, did nothing with the trigger....
changed the input type from "image" to "form"
added some divs to make it easier to work with in CSS.
Code:
$content .= '<div id="searchbar_box_wrapper">' . zen_draw_input_field('keyword', '', 'size="6" class="search-header-box" maxlength="30" value="' . HEADER_SEARCH_DEFAULT_TEXT . '" onfocus="if (this.value == \'' . HEADER_SEARCH_DEFAULT_TEXT . '\') this.value = \'\';" onblur="if (this.value == \'\') this.value = \'' . HEADER_SEARCH_DEFAULT_TEXT . '\';"') . '</div>' . '<div id="searchbar_button_wrapper"> <input type="submit" value="" class="search-header-button" </> </div>';
}