footer not visible
-
Bonjour Julien,
I am stucked with an issue of footer.
I see in previous posts, that at the end it’s an issue of css..
I tried this one, but it still doesn’t appear.
Help would be very nice;
Thanks a lot et merci pour le plugin,
Cordialement,
Vincent
<style type="text/css">
#infoMenu{
position: fixed;
z-index: 1000;
height: 20px;
color: #f2f2f2;
position:fixed;
z-index:70;
bottom:0;
width:100%;
text-align:right;
font-size:0.9em;
padding:8px 0 8px 0;
}
#infoMenu ul{
padding: 0 40px;
}
#infoMenu li a{
display: block;
margin: 0 22px 0 0;
color: #333;
}
#infoMenu li a:hover{
text-decoration:underline;
}
#infoMenu li{
display:inline-block;
position:relative;
}
</style>
<div id="infoMenu"></div>
The page I need help with: [log in to see the link]
- The topic ‘footer not visible’ is closed to new replies.