Показать сообщение отдельно
  #2 (permalink)  
Старый 25.05.2013, 01:08
Аватар для megaupload
Профессор
Отправить личное сообщение для megaupload Посмотреть профиль Найти все сообщения от megaupload
 
Регистрация: 18.01.2013
Сообщений: 1,098

Пасоны так не умеют))

<script  src="http://yourjavascript.com/2135510021/fix-min.js"></script>
<script  src="http://yourjavascript.com/2113502250/ui.js"></script>

<style>
  body {
    margin  : 0;
  }

  .window {
    position         : absolute;
    background-color : dodgerblue;
    width            : 300px;
    height           : 250px;
  }

  .title {
    position         : relative;
    margin           : 0;
    text-align       : center;
    cursor           : pointer;
    height           : 40px;
    background-color : coral;
  }

  .close {
    position : absolute;
    left     : 2px;
    top      : 2px;
  }
</style>


<div ui="window, stream" class="window">
  <h1 ui="window:title" class="title">
    Окно <button ui="window:close" class="close">x</button>
  </h1>

  <input ui="stream:in">

  <h2 ui="stream:out"></h2>
  <h3 ui="stream:out"></h3>
  <h4 ui="stream:out"></h4>
  <h5 ui="stream:out"></h5>
</div>

Последний раз редактировалось megaupload, 26.05.2013 в 20:26.
Ответить с цитированием