Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
$('#window .body').children().fadeIn('fast')
$('#window .body').children().fadeIn(100)
$('#window .body').children().fadeIn(0)
<div class="main"></div> <header></header> <footer></footer>
#window .b { background:url(b.png); } #window .tl { background:url(tl.png); } #window .tr { background:url(tr.png); } #window .bl { background:url(bl.png); } #window .br { background:url(br.png); } #window { position: absolute; top: 60px; right: 10%; z-index: 100; text-align: right; } #window .content { font:12px Verdana; border-radius: 5px; box-shadow: 0 2px 6px #808080; background:white; overflow: hidden; } #window .popup { position: relative; } #window table { border-collapse: collapse; } #window td { border-bottom: 0; padding: 0; } #window .body { padding: 20px; background: #fff; /* width: 600px; */ } #window .loading { text-align: center; } #window .image { text-align: center; } #window img { border: 0; margin: 0; } #window .footer { border-top: 1px solid #DDDDDD; padding-top:10px; margin-top: 10px; text-align: right; } #window .tl, #window .tr, #window .bl, #window .br { height: 10px; width: 10px; overflow: hidden; padding: 0; } #window a { color:#333; text-decoration:none; } #window a.close { font:12px Verdana; color:#e5e5e5; background:#878787; padding:6px 10px; text-decoration:none; outline:none; -moz-border-radius:6px; border-radius:6px; -webkit-border-radius:6px; } #window_overlay { position: fixed; top: 0px; left: 0px; height:100%; width:100%; } .window_hide { z-index:-100; } .window_overlayBG { background-color: #000; z-index: 99; } * html #window_overlay { position: absolute; height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px'); } a.showallmap { font: 12px Verdana; background: #F2F2F2; border-radius: 6px 0px 0px 0px; padding: 2px; }
$('element selector').css('display', 'none'); $('element selector').css('display', 'block/inline/или какой у тебя там вывод');