Jump to content

нет переноса по словам


wolf
 Share

Recommended Posts

помогите, плиз.

нет переноса по словам - строчка заканчивается только после тега

. если не ставить, то так и будет бесконечно продолжаться.

создавал поле

#textarea {

width:83px;

overflow:scroll;

height:400px;

margin-left:5px;

margin-top:5px;

background-color:#FFEC8D;

border: 2px solid yellow;

filter:progid:DXImageTransform.Microsoft.BasicImage(opacity=0.750);

text-align:justify;

}

и когда вводил текст в нем - то переноса не было - был горизонтальный скроллинг.

таблицы не использовал вообще (и не хочу)

Link to comment
Share on other sites

а у меня все переноситься

<!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="en" lang="en">

<head>
<title></title>
<style type="text/css">
/*<![CDATA[*/
textarea {
width:83px;
overflow:scroll;
height:400px;
margin-left:5px;
margin-top:5px;
background-color:#FFEC8D;
border: 2px solid yellow;
filter:progid:DXImageTransform.Microsoft.BasicImage(opacity=0.750);
text-align:justify;
}
/*]]>*/
</style>
</head>

<body>
<textarea cols="30" rows="40" ></textarea>
</body>

</html>

Link to comment
Share on other sites

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>clip</title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
<style type="text/css">
#textarea {
width:83px;
overflow:auto;
height:400px;
margin-left:5px;
margin-top:5px;
background-color:#FFEC8D;
border: 2px solid yellow;
filter:progid:DXImageTransform.Microsoft.BasicImage(opacity=0.750);

}
</style>
</head>
<body>

<div id="textarea">Lorem ipsum dolor sit amet</div>

</body>
</html>

у меня скроллинга нет.

видимо, текст просто не помещается в ваши 83 пикселя

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy