由于某种原因,此元素(菜单元素)在网站 (XXXXXXXXXXXXXXXXX.com) 上不可单击,但仅在主页上不可单击。
该元素在其他页面和编辑器中运行得非常好。
我无法指出是什么原因导致它在主页上损坏。
我正在使用 Chrome 的调试器进行检查,但仍然没有找到问题,更不用说如何解决它了。
问:导致此问题的可能原因是什么?您认为解决问题的良好起点是什么?
网站:
www.somewhatmystical.com
菜单元素: https://www.w3schools.com/code/tryit.asp? filename=GD13CSPL7EEC
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body {
font-family: 'Lato', sans-serif;
}
* {
box-sizing: border-box;
}
.column1 {
color: white;
float: left;
width: 50%;
padding-left: 200px;
padding-right: 100px;
padding-top: 200px;
text-align: right;
font-size: 50px;
height: 575px;
border-right: 1px solid gray;
background-color: black;
}
.column2 {
color: white;
float: right;
width: 50%;
text-align: left;
padding: 10px;
font-size: 22px;
padding-left: 100px;
padding-top: 150px;
text-decoration: none;
height: 575px;
background-color: black;
}
a:link {
color: white;
}
a:hover {
color: #C0A539;
}
.row:after {
content: "";
display: table;
clear: both;
}
ITMISS
慕虎7371278
30秒到达战场
相关分类