Garreth Galligan wrote:
>
> 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.
Just post a patch.
BTW this script has been broken for a while. It has support for Yahoo,
Google, etc but stoped working :(
Kevin
--
Kevin A Burton ([EMAIL PROTECTED])
http://relativity.yi.org
Message to SUN: "Please Open Source Java!"
"For evil to win is for good men to do nothing."
--
--------------------------------------------------------------
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]