I’m using the following code to create drop-down serach box.
in searchform.php file:
<form action="<?php echo home_url( '/' ); ?>" id="searchform" method="get">
<div>
<input type="text" id="s" name="s" value="<?php _e('search site', 'avia_framework')?>"/>
<?php wp_dropdown_categories( 'show_option_all=All' ); ?>
<input type="submit" value="Search" id="searchsubmit" class="button"/>
</div>
</form><!-- end searchform-->
http://21pre.com
The following problem appears:
1,Search box to display properly in Firefox/chrom, but in IE dislocation
2,'All' can be displayed to other languages?
I tried using custom.css, but I obviously am not using the right code to apply them.
thanks everyone for the continuing help on here
















