Код: Выделить всё
[img] [/img]
[img]https://file.garden/aG3rdTNO_Dlar7-g/new%20site/landing/welcome%20text%20box.png[/img]
Код: Выделить всё
.computer{
position:absolute;
width:350px;
height:419px;
left:1535px;
top:660px;
}
.text{
position:absolute;
left:1570px;
top:455px;
}
.text:hover{
width: 318px;
height:185px;
content: url("https://file.garden/aG3rdTNO_Dlar7-g/new%20site/landing/home%20text.png");
transition-delay:3s;
}
Я пробовал это также с запятой и знаком плюс, но ничего не получил
Код: Выделить всё
.welcome:hover .computer:hover{
width: 318px;
height:185px;
content: url("https://file.garden/aG3rdTNO_Dlar7-g/new%20site/landing/home%20text.png");
transition-delay:3s;
}
Код: Выделить всё
.text{
position:absolute;
left:1570px;
top:455px;
z-index: -1
}
.home{
display:none;
}
.computer:hover .home{
display:block;
z-index: 1;
transition-delay:2s;
left:1570px;
top:455px;
position:absolute;
}
Код: Выделить всё
[url=index.html]
[img]https://file.garden/aG3rdTNO_Dlar7-g/new%20site/landing/computer.png[/img]
[/url]
[img]https://file.garden/aG3rdTNO_Dlar7-g/new%20site/landing/welcome%20text%20box.png[/img]
#home:hover {
width: 318px;
height:185px;
content: url("https://file.garden/aG3rdTNO_Dlar7-g/new%20site/landing/home%20text.png");
transition-delay:3s;
}
Подробнее здесь: https://stackoverflow.com/questions/798 ... -1-content
Мобильная версия