有关更多详细信息,我会将我网站的所有内容放在这里:https : //drive.google.com/drive/folders/14s70DIjtTBVbosj67TbRSbZsN4KUJma7?usp=sharing
我的网站受到这种http://2011.beercamp.com/导航结构的启发,问题是我无法在第二部分(lisboaoriente)和之后的任何图像悬停或音频按钮上应用,就像第一部分(muxito)一样,正在覆盖它,所以鼠标感觉不到后面的div。
div 不工作的例子:
#img2 {
background-image: url(img/caminhoferro.png);
background-repeat: no-repeat;
width: 876px;
height: 650px;
background-size: cover;
position: absolute;
top: -348px;
left: 188px;
transform: rotate(-90deg);
}
#img2:hover {
background-image: url(img/orienteover.png);
background-repeat: no-repeat;
background-size: cover;
width: 755px;
height: 400px;
position: absolute;
top: -288px;
left: 258px;
}
我试着看一下java,但它似乎不是问题..
PIPIONE
相关分类