IE6 textarea height:100% BUG !!!

G

gemsnet

I have create a page that uses textarea. The problem is
even though i have set the height to 100%, ie6 still does
not display the height it is supposed to. It worked fine
on all previous IE versions. The code is simple:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html style="height:100%">
<head>
<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-2">
<title>Centrum sterowania ROLPAP.PL</title>
</head>
<body style="height:100%;margin:0;padding:0;">

<div
style="border:0;position:absolute;height:300px;width:100%;background-color:green;" <textarea
style="margin:0px;border:0;posiion:absolute;top:0;height:100%;width:100%;"
name="ta" >ppp</textarea>
</div>
</body>
</html>


this is very bug !!!
This page see ok in Opera and Mozilla

please answer me.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top