Bug with mixed form and table.
- From: "Leszek Dubiel" <Leszek Dubiel dubielvitrum pl>
- To: <epiphany-list gnome org>
- Subject: Bug with mixed form and table.
- Date: Wed, 14 Apr 2004 18:27:51 +0200
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]