Показать сообщение отдельно
  #2 (permalink)  
Старый 04.01.2011, 09:52
Аватар для Vulkan
Профессор
Отправить личное сообщение для Vulkan Посмотреть профиль Найти все сообщения от Vulkan
 
Регистрация: 25.05.2010
Сообщений: 511

Да вроде всё работает:
<head>
<script>
window.onload=function(){
of=document.createElement("div");          
of.style.position="absolute";
of.style.left="13px";
of.style.top="136px";
of.style.width="760px"
of.style.height="682px";
of.style.backgroundImage="url('http://myserv.com/img/view_fon.png')";  
of.id="of";    
document.body.appendChild(of);
of.innerHTML='<font color="#007CB0"  style="cursor:default; position:absolute; left:403px; top:10px; width:222px; height:25px; font-size:14pt; font-family:Arial;" >Информация</font>';
of.innerHTML+='<textarea style="position:absolute; left:7px; top:200px;" >!!!!!!!</textarea>';
of.innerHTML+='<textarea style="position:absolute; left:7px; top:230px;" >???????</textarea>';
}
</script>
</head>
<body>
</body>

Последний раз редактировалось Vulkan, 04.01.2011 в 10:36.
Ответить с цитированием