Bug with mixed form and table.



This:

<html><body>
    <form>
    <table width="100%" height="100%" border="1">
        <tr><td>alfa</td></tr>
        <tr><td height="100%"><textarea>asfda</textarea></td></tr>
    </table>
    </form>
</body></html>

look different than this:

<html><body>
    <table width="100%" height="100%" border="1">
    <form>
        <tr><td>alfa</td></tr>
        <tr><td height="100%"><textarea>asfda</textarea></td></tr>
    </form>
    </table>
</body></html>

Question -- why? In IE, Mozilla, Firefox table has really
100% height of the window.

PS. I don't subscribe your list.

--
Leszek Dubiel
Leszek Dubiel dubielvitrum pl

Dubiel Vitrum
Zaklad Obróbki Szkla
www.glass.pl







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