[Javascript] [JavaScript List] IE6 does not show height 100% textarea

Bernu Bernard bernu at lptmc.jussieu.fr
Sat Oct 21 03:38:08 CDT 2006


Hi,

I have a big problem with IE6 with the property height :100%

Here is a simple example :

<div style="position : absolute ; top : 200px ; left : 200px ;  
width : 200px ; height : 200px ; background-color : #aaa ; ">
<textarea style="margin : 0 ; height:100% ; width : 100% "></textarea>
</div>

In IE6, only a 2 line textarea is displayed. Other browsers work fine.

The reason I need to use 100% is that I'm resizing often the  
container div.

Is there a workaround ? I could find the answer in books neither.

Any help would be greatly appreciated.

Thank you

Bernard
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.evolt.org/pipermail/javascript/attachments/20061021/182b5db6/attachment.htm>


More information about the Javascript mailing list