Operaでdivが消えるのに問題があります。
リンクをクリックすると、ヘッダーが消えます...
助けてください。
<style type="text/css">
body {
height: 100%;
border: 0;
margin: 0;
padding: 0;
font-size: 100%;
}
#top {
position:fixed;
height: 60px;
margin: 0;
background-color: #ccc;
width:100%;
z-index:100;
}
#content {
position:relative;
z-index:0;
padding-top:70px;
}
h1 {
font-weight:bold;
padding-top: 70px;
}
</style>