<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns=" http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
<style type="text/css">
*{ margin:0; padding:0; font:12px/18px Arial, Helvetica, sans-serif;}
div { width:200px; margin:20px auto; border:1px solid #ccc; padding:10px;}
p { text-indent:20px; margin-bottom:8px; line-height:22px;}
</style>
</head>
<body>
<div>
<p>段落段落段落段落段落段落段落段落段落段落段落段落段落段落段落段落段落段落</p>
<p>段落段落段落段落段落段落段落段落段落段落段落段落段落段落段落段落段落段落</p>
<p><textarea></textarea></p>
</div>
</body>
</html>
代码如上,我给p段落一个20px的首行缩进,在火狐跟opera 每个段落都缩进了,但是为何在ie中,textarea文本域所在的p段落为何没有缩进??如何解决?