背景を含む div にクリック可能な画像を含む div を配置しようとしています。ただし、これは引き続き発生します。
http://gyazo.com/2144dfe91b46898e125787b2f5249542
画像の下にあり、その理由がわかりません。
ここに私のコードがあります:
!DOCTYPE html>
<html>
<head>
<title>SlammedPK</title>
<link rel="shortcut icon" href="dragonclaws.png" type="image/x-icon">
<link rel="stylesheet" type="text/css" href="style.css">
<style type"text/css">
#title{
height:100%;
width:100%;
display:inline-block;
}
#forum{
height:10%;
width:10%;
background-image:forum.png;
display:block;
}
</style>
</head>
</body>
<div id="container">
<div id="title" style="position:relative" alt="title">
<img src='fulltitle.png' style='width:100%;height:100%' alt='[]' />
</div>
<div id="forum" style="position:absolute" alt="forum">
<A HREF="http://google.com"><IMG SRC="forum.png" ALT="forum"></A>
</div>
</div>
</body>
</html>
あなたがそれを助けることができれば、それは素晴らしいことです.