fix foooter positioning
This commit is contained in:
parent
1813b8a638
commit
34fa3d58f2
2 changed files with 33 additions and 22 deletions
|
@ -27,6 +27,7 @@
|
|||
|
||||
</head>
|
||||
<body>
|
||||
<div id="outter-wrapper">
|
||||
<div class="wrapper">
|
||||
|
||||
<section>
|
||||
|
@ -43,6 +44,11 @@
|
|||
</span>
|
||||
</section>
|
||||
|
||||
</div><!-- wrapper -->
|
||||
|
||||
<div id="foot_image" title="Interféromètre du plateau de Bure">
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
|
||||
<script type="text/javascript">
|
||||
|
@ -56,7 +62,5 @@
|
|||
} catch(err) {}
|
||||
</script>
|
||||
|
||||
<div id="foot_image" title="Interféromètre du plateau de Bure">
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -611,7 +611,7 @@ strong {
|
|||
max-width: 650px;
|
||||
margin: 0 auto;
|
||||
position: relative;
|
||||
padding: 0 20px;
|
||||
padding: 0 20px 150px;
|
||||
}
|
||||
|
||||
section img {
|
||||
|
@ -696,8 +696,6 @@ dt {
|
|||
section {
|
||||
max-width: 650px;
|
||||
padding: 30px 0px 50px 0px;
|
||||
margin: 20px 0;
|
||||
margin-top: 70px;
|
||||
}
|
||||
section #title {
|
||||
border: 0;
|
||||
|
@ -758,10 +756,6 @@ section .credits.right {
|
|||
margin-top: -20px;
|
||||
}
|
||||
|
||||
section {
|
||||
margin-top: 40px;
|
||||
}
|
||||
|
||||
nav {
|
||||
display: none;
|
||||
}
|
||||
|
@ -799,7 +793,20 @@ nav li {
|
|||
}
|
||||
|
||||
#foot_image {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
bottom: 0;
|
||||
background-image: url('/images/antennes.png');
|
||||
height: 150px;
|
||||
background-image: url('/images/antennes.png');
|
||||
background-repeat: repeat-x;
|
||||
}
|
||||
|
||||
body, html {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
#outter-wrapper {
|
||||
position: relative;
|
||||
height: auto !important;
|
||||
min-height:100%;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue