Wie bitte? Der automatische Umbruch in textarea ist eigentlich das übliche Verhalten. Nur Netscape 4.x hatte da AFAIK eine eigene Auffassung.
nimm doch mal den(auch neuesten) FF und probiers aus. und wrap gehts nicht.
danke für die lösung mit dem kleinschreiben. xhtml! alles klein, ja klar :)
zB
<!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" xml:lang="de-de" lang="de-de" >
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-15" />
<meta name="robots" content="index, follow" />
<title>test</title>
<style type="text/css">
<!--
.css{
border: 1px solid black;
background:none;
font-family: verdana, georgia, tahoma, arial, sans-serif;
font-size: 11pt;
color: black;
font-weight: bold;
overflow:hidden;
width: 185px;
height: 40px;
}
-->
</style>
<head>
</head>
<body>
<textarea name="pictext" class="css" rows="" cols="" ></textarea>
</body>
</html>