Javascript.RU

Создать новую тему Ответ
 
Опции темы Искать в теме
  #11 (permalink)  
Старый 17.07.2013, 10:49
Аватар для DarAmal
Интересующийся
Отправить личное сообщение для DarAmal Посмотреть профиль Найти все сообщения от DarAmal
 
Регистрация: 27.06.2013
Сообщений: 11

Ruslan_xDD, спасибо. Идея классная, только вот один маленький нюанс - как сделать, так чтобы картинка, что ниже находится, не пропадала, когда наводишь на ту, что выше находится???

то есть поставил 5 картинок:
<div class="img-1"></div>
<div class="img-2"></div>
<div class="img-3"></div>
<div class="img-4"></div>
<div class="img-5"></div>

css прописал:
.img-1 {
   background:url(../images/banners/airo.jpg);
  border-radius: 5px 5px 5px 5px;
    box-shadow: 2px 2px 2px #CCCCCC;
    height: 70px;
    transition: all 0.4s ease 0s;
    width: 250px;
	margin-bottom: 10px;
}
.img-1:hover {
   background:url(../images/banners/airo-2.jpg);
   height: 90px;
   margin: -20px 0% 0% -10px;
   position: absolute;
   width: 270px;
}

.img-2 {
   background:url(../images/banners/sea.jpg);
  border-radius: 5px 5px 5px 5px;
    box-shadow: 2px 2px 2px #CCCCCC;
    height: 70px;
    transition: all 0.4s ease 0s;
    width: 250px;
	margin-bottom: 10px;
}
.img-2:hover {
   background:url(../images/banners/sea-2.jpg);
   height: 90px;
   margin: -20px 0% 0% -10px;
   position: absolute;
   width: 270px;
}

.img-3 {
   background:url(../images/banners/auto.jpg);
  border-radius: 5px 5px 5px 5px;
    box-shadow: 2px 2px 2px #CCCCCC;
    height: 70px;
    transition: all 0.4s ease 0s;
    width: 250px;
	margin-bottom: 10px;
}
.img-3:hover {
   background:url(../images/banners/auto-2.jpg);
   height: 90px;
   margin: -20px 0% 0% -10px;
   position: absolute;
   width: 270px;
}

.img-4 {
   background:url(../images/banners/iron.jpg);
  border-radius: 5px 5px 5px 5px;
    box-shadow: 2px 2px 2px #CCCCCC;
    height: 70px;
    transition: all 0.4s ease 0s;
    width: 250px;
	margin-bottom: 10px;
}
.img-4:hover {
   background:url(../images/banners/iron-2.jpg);
   height: 90px;
   margin: -20px 0% 0% -10px;
   position: absolute;
   width: 270px;
}

.img-5 {
   background:url(../images/banners/multi.jpg);
  border-radius: 5px 5px 5px 5px;
    box-shadow: 2px 2px 2px #CCCCCC;
    height: 70px;
    transition: all 0.4s ease 0s;
    width: 250px;
	margin-bottom: 10px;
	display:block;
}
.img-5:hover {
   background:url(../images/banners/multi-2.jpg);
  height: 90px;
   margin: -20px 0% 0% -10px;
   position: absolute;
   width: 270px;
}


Спасибо за любую инфу!
Ответить с цитированием
Ответ



Опции темы Искать в теме
Искать в теме:

Расширенный поиск


Похожие темы
Тема Автор Раздел Ответов Последнее сообщение
Смена картинки с ссылкой при наведении мыши в таблице makc0993 Элементы интерфейса 6 17.02.2013 17:44
при наведение мышкой изображение увеличивается, а в FF зависает odlf3 Firefox/Mozilla 4 03.06.2011 07:04
Как сделать, чтобы при наведении на кнопку справа от нее появлялись текстовые ссылки? Tass Общие вопросы Javascript 7 17.02.2011 09:06
изменения рисунка при наведении курсора Kenan Bek Events/DOM/Window 24 19.12.2010 20:48
FireFox: onmouseover не работает при зажатой кнопке мыши no. Общие вопросы Javascript 4 19.08.2008 13:43