Показать сообщение отдельно
  #2 (permalink)  
Старый 08.10.2009, 11:29
Аватар для Riim
Рассеянный профессор
Отправить личное сообщение для Riim Посмотреть профиль Найти все сообщения от Riim
 
Регистрация: 06.04.2009
Сообщений: 2,379

#indicator {
	width: 100%;
	position: absolute;
	left: 0;
	top: 340px;
}

#indicator div {
	width: 260px;
	margin: 0 auto;
	padding: 26px;
	border: solid 1px #969696;
	background: #fff;
	text-align: center;
}

#indicator img {
	margin-top: 5px;
}

<div>Загрузка...<br /><img src="images/progressBar.gif" alt="" /></div>



Только вместо position: absolute; сделать position: fixed;

Пример: http://realcode.ru/diff/
Ответить с цитированием