私のウェブサイトは、フロントページのメインコンテンツですが、チャットボックスをクリックしたり使用したりすることができないという単純な事実の外で、完全に機能しています。私がそこに置く他のどんなコンテンツもクリック可能ではないと言ってもいいと思う[youtube video、etc ..]。ここで ウェブページのメインコンテンツをクリック/アクセス可能にするにはどうすればよいですか?
は、サイトのHTMLだ、と私は、ページの一番下にあなたのCSSをリンクされます:<!doctype html>
<html>
<link href="https://fonts.googleapis.com/css?family=Geo" rel="stylesheet">
<head>
<meta charset="utf-8">
<title>Sleeperz.us</title>
<link rel="stylesheet" type="text/css" href="http://sleeperz.us/css/main.css">
</head>
<div align="center">
<div class="contentContainer">
<div style="width": 1000px; word-wrap: break-word; margin: auto; style="color": #000; style="align": center;><a href="http://www.sleeperz.us/index.html"><img src="http://sleeperz.us/imgs/sleeperz-wide.png" width="auto" height="auto"></a>
<div align="center">
<ul>
<li><a href="http://www.sleeperz.us/index.html">Home</a></li>
<li><a href="http://www.sleeperz.us/data.html">DATA</a></li>
<li><a href="http://www.sleeperz.us/about.html">About</a></li>
<div class="dropdown">
<li class="dropbtn"><li><a href="http://www.sleeperz.us/projects.html">Projects</a></li>
<div class="dropdown-content">
<a href="http://www.sleeperz.us/nightcore-creator.html">NIGHTCORE Creator</a>
<a href="http://www.sleeperz.us/artwork.html">Artwork</a>
<a href="http://blog.sleeperz.us">My Blog</a>
</div>
</div>
</ul> </div>
<p align="center" style="text-align: center; font-family: arial; font-color: #efefef; style="width: 960px;"><p font color="#efefef"><font color="#ff0000">
<p align="left"><font color="#E2E2D8"><font face="Yu Gothic">
<script type="text/javascript" src="//www3.smartchatbox.com/shoutbox/start.php?key=831990491"></script>
<footer><div class="footer">
<p align="center"> </p>
<p align="center"><p font size="8px"><p font face="Yu Gothic"><font color="#efefef">2017 www.sleeperz.us (c)</p>
<p align="center"> </p>
</footer></div></p>
<link rel="shortcut icon" href="http://sleeperz.us/imgs/favicon.ico"/>
</body>
</html>
CSSファイル:http://www.sleeperz.us/css/main.css
チャットボックスが正常に動作しているようです。アカウントを登録してサインインしてメッセージを送信できます。あなたはどんな特定の問題を抱えていますか? –
あなたのcssファイルがスローされています。404 –
このマークアップはひどいです。 https://stackoverflow.com/help/how-to-ask – sheriffderek