nuxeo-localizer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Nuxeo-localizer] changeLanguageForm issue with MSIE 6


From: Milos Prudek
Subject: [Nuxeo-localizer] changeLanguageForm issue with MSIE 6
Date: Tue, 19 Mar 2002 13:56:41 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.8) Gecko/20020205

I stumbled upon a small issue with MSIE 6 (and maybe also older versions). It is purely a HTML rendering problem, nothing to do with Localizer logic.

It looks that MSIE draws huge whitespace around <form></form> pair. This causes problems in a tight table. The table is too high (because <form> is impossibly high), and align=bottom is not respected by MSIE.

Example:

<table><tr align="bottom">
<td><img src....></td>
<td>
<form name="idioma" action="http://localhost:7080/mc/changeLanguage"; method="post">
    <select name="lang" onchange="idioma.submit()">
    <option value="en">English</option>
    <option value="cs" selected>Czech</option>
    </select>
  </form>
</td>
</tr></table>

I have verified that Mozilla 0.9.8 and Konqueror 2.1.1 do not suffer from this issue.

If it's MSIE quirk, what can be done? Even if Microsoft fixed it, there are tens of millions installed base of MSIE 6 :-(

--
Milos Prudek





reply via email to

[Prev in Thread] Current Thread [Next in Thread]