Показать сообщение отдельно
  #3 (permalink)  
Старый 03.03.2010, 23:41
Аватар для Deloy
Новичок на форуме
Отправить личное сообщение для Deloy Посмотреть профиль Найти все сообщения от Deloy
 
Регистрация: 01.03.2010
Сообщений: 6

это код для вставки в html -
<a href="215grs2.jpg" rel="thumbnail"></a>

а вот стиль для js
.show {
cursor: pointer;
color: #81755C;
font-weight: bold;
}

#thumbBox
{
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 2px;
visibility: hidden;
z-index: 10;
background: #efefef;
border: solid 1px #f5f5f5;
border-bottom-color: #a6a6a6;
border-right-color: #a6a6a6;
}

#thumbBox .footerbar
{
background: #efefef;
padding: 5px 0;
text-align: right;
}


#thumbImage
{
background-color: #efefef;
text-align: center;
color: #000;
font-weight: bold;
FONT-SIZE: 10px;
}

#thumbLoading
{
position: absolute;
visibility: hidden;
border: 1px solid #000;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}
Ответить с цитированием