Referencing the HTML for the search widget (portlet?) on jetspeed:
*****************
<!-- FIX ME: Currently in Internet Explorer this value 10 for the size is
too small write a small JavaScript to determine the browser and set it
appropriatly. -->
<INPUT type=test size=10 name=search_string>
******************
Using a fixed-width font will solve the problem on MSIE 4 and 5
<INPUT TYPE="text" SIZE="10" NAME="search_string" STYLE="font-family:
Courier">
Navigator 4- will merely ignore the STYLE attribute on FORM elements, but
already uses a fixed-width font in anycase.
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]