
20.03.2010, 05:18
|
|
Он хакер.
Регистрация: 01.11.2008
Сообщений: 1,756
С нами:
9223466
Репутация:
3171
|
|
Код:
<style>
#message_box{
border: 1px solid;
height: 70%;
padding: 5px;
}
#you{
color: red;
font-weight: bold;
}
#he{
color: blue;
font-weight: bold;
}
#status{
border: 1px solid;
border-top: none;
height: 3%;
}
#panel{
border: 1px solid;
border-top: none;
height: 25%;
}
#connect_button{
float: left;
height: 100%;
width: 19.5%;
}
#send_button{
float: right;
height: 100%;
width: 20%;
}
#message_text{
float: none;
height: 100%;
width: 60%;
}
</style>
<body>
<div id="message_box">
<span id="you">Вы: </span> Привет!!!<br />
<span id="he">Он: </span> Привет,а как тебя зовут?<br />
</div>
<div id="status">
</div>
<div id="panel">
<input value="Connect" id="connect_button" type="submit" />
<textarea id="message_text"></textarea>
<input value="Send" id="send_button" type="submit" />
</div>
</body>
Хоть усрись,но в оперене срабатывает.Уже весь мозг себе прое_)(*.
Что с обтеканием - хз. Как решить тоже хз.
|
|
|