Tātad veidoju savu lapu un ir radusies problēma ar footeri, tas neatrodas tur, kur vajadzētu.
Bilde
footerim kā jau zināms, vajadzētu atrasties zem bloka un contenta.
html kods
Code
<html>
<head>
<title>[TITLE]</title>
<meta name="description" content="" />
<meta name="keywords" content="">
<meta name="robots" content="index,follow">
<meta http-equiv="charset" content="windows-1251">
<link type="text/css" rel="StyleSheet" href="style.css" />
</head>
<body>
<div align="center">
<div class="content">
<!-- <header> -->
<div class="header">
<!--Navigacija-->
<div id="menu" class="urlx">
<a href="/">Sākumalapa</a>
<a href="/forum">Forums</a>
<a href="/photo">Galerija</a>
<a href="/load">Faili</a>
<a href="/stuff">Spēles</a>
<a href="/blog">Blogs</a>
<a href="/index/0-2">Par mums</a>
</div>
<!--/Navigacija-->
</div>
<!-- </header> -->
<!-- <middle> -->
<table border="0" cellpadding="0" cellspacing="0" width="100%" class="page-content">
<tr>
<td valign="top">
<!-- <container> -->
<!-- <block> -->
<table border="0" cellpadding="0" cellspacing="0" class="block"><tbody>
<tr><td class="block_top">TITLE</td></tr>
<tr><td class="block_middle">
CONTENT
</td></tr>
<tr><td class="block_bottom"></td></tr>
</tbody></table>
<!-- </block> -->
<!-- </container> -->
</td>
<!-- </middle> -->
<!-- <footer> -->
<div class="footer">
teksts
</div>
<!-- </footer> -->
</div>
</div>
</body>
</html>
css kods
Code
/* Galvenais izskats */
body {background:#BBBABA;}
.content {width:900px;background:#E8E8E8;min-height:300px;}
.header {width:100%;background:white;height:150px;position:relative;}
.footer {background:white;width:100%;height:50px;margin-top:10%;position:relative;}
.urlx {background: #424344;width:898px;}
#menu {border:1px solid #2b2c2e;margin:0px 0px;float:left;font:11px Tahoma;color:#000;}
#menu a:link, #menu a:visited {border-right:1px solid #2c2f31;text-decoration:none;display:block;float:left;color:black;background:#81D4E8;text-align:center;padding:0 18px;line-height:29px;}
#menu a:hover {text-decoration:none;background:#23A8CA;}
/* Bloku izskats */
.block {background:#0BB9F3;width:200px;height:200px;margin:10px 0 10px 10px;border-radius:4px;}
.block_top {background: gray;width:200px;height:30px;border-bottom:1px solid black; }
.block_middle {width:180px;margin:0 10px 0 10px;}