Hi, hope someone can help. I have figured out how to change the header search button from CSS to use the button_search.gif
But what I cannot figure out is how to point this to my own image called button_search_header.gifPHP Code:{
$content .= 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 . '\';"') .zen_image_submit(BUTTON_IMAGE_SEARCH,HEADER_SEARCH_BUTTON,'class="input" style="position:relative;left: -10px; top: 5px"');
}
As I would like to use two different images for the header search button and the search button used on the Advanced Search Page.
Hope someone can help me.


Reply With Quote
