Hello, dear community!
There is a problem on the site with a “basement”. The necessary block does not want to be rigidly attached everywhere to the bottom of the page so that it would not overlap the main block with content. On IE it works, in others it is tied to the screen resolution. Here is the style code:
footer {position:relative; height:40; bottom:-40; padding-bottom:50; padding-left:127; text-decoration:none; list-style:none;} footer ul {list-style:none;} footer A:link {color:gainsboro; display:inherit; text-decoration: none;} footer A:visited {color:gainsboro; display:inherit; text-decoration: none;} footer A:hover {color:orange; display:inherit; text-decoration: none;}
Here is the listing
<body style="//text-decoration:none;"> <div id="header"><img src="../img/header2.png"> </div> <div class="info"> <ul class="h"> <li style="margin-left:30px; //margin-left:50px; padding-top:0;"> content </li> </ul> <ul> <li class="text" style="text-align:justify; "> content2 </li> </ul> </div> <?php include "inc/menu.php"; ?> <div id="banner"></div> <div id="footer"> <ul> <li><font color="gainsboro" size="5"> | <font color="gainsboro" size="2"><font color="gainsboro" size="5"> | </font> 2010-2012<font color="gainsboro" size="5"> | </font> </li> </ul> </div> </body>