Показать сообщение отдельно
  #12 (permalink)  
Старый 17.02.2012, 01:45
Аватар для рони
Профессор
Отправить личное сообщение для рони Посмотреть профиль Найти все сообщения от рони
 
Регистрация: 27.05.2010
Сообщений: 33,068

adzerkot,
рискните так )))
function maxmax(id)
{
document.getElementById('minmax').onclick=function (){minmin('exp') };
document.getElementById('hgh').style.height=(document.body.clientHeight-195)+'px';
document.getElementById(id).style.width=document.body.clientWidth+'px';
document.getElementById('ckk').style.top='0px';
document.getElementById('ckk').style.left='0px';
document.getElementById('ckk').className="";
}
function minmin(id)
{
document.getElementById('minmax').onclick=function (){maxmax('exp') };
document.getElementById(id).style.width='1110px';
document.getElementById('hgh').style.height='350px';
document.getElementById('ckk').style.top='25px';
document.getElementById('ckk').style.left='25px';
document.getElementById('ckk').className="rouming";
}
Ответить с цитированием