Inita: versuch wieder mein Problem zu beschreiben ;)

Beitrag lesen

Vielen Lieben Dank an ALLE !!!

Antwort auf meiner Frage :)

Habs erfunden, was ich genau wollte ;) jetzt geht mein downmenu ueberall =)))

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"

"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
   <title>Help Inita</title>

<style type="text/css">
body, html {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
color:#FFF;
background-color:#333;
padding:0;
margin:0;
height: 100%;
}

#page {
 width:740px;
 background-color:#000;
 padding:0;
 margin-top: 0;
 margin-right: auto;
 margin-bottom: 10px;
 margin-left: auto;
 position: relative;
 min-height: 100%; /* For Modern Browsers */
 height: auto !important; /* For Modern Browsers */
 height: 100%; /* For IE */

}
#downmenu {
 width:740px;
 margin: 0 auto;
 padding:0;
 position: absolute;
 bottom: 0 !important;
 bottom: -1px;
 height: 100px;
}
#content {
 margin: 15px;
 padding-bottom: 160px;
 height: auto !important;

}

.imenu
{
 font-size: 12px;
 text-align:center;
 width:720px;
 background-color:#000000;
 margin:0px;
 padding:10px;
}
.imenu a {
color:#FFF
}
.imenu a:hover {
color:#FFC
}
.center {
   text-align:center
}

</style>
</head>

<body>

<div id="page">

<table class="center menuup" border="0" cellpadding="0" cellspacing="0" style="width:100%">
   <tr class="center" style="height:25px">
     <td style="width:20%" class="menuup">[ <a href="/index.html"><b>Home</b></a> ]</td>
     <td style="width:20%" class="menuup">[ <a href="/login.html"><b>Login</b></a> ]</td>
     <td style="width:30%" class="menuup">[ <a href="#"><b>pictures</b></a> ]</td>
     <td style="width:30%" class="menuup">[ <a href="#"><b>Search </b></a> ]</td>
   </tr>
 </table>
<div id="content">
content

</div>
<div id="downmenu">
<div class="imenu">
  [ <a href="#">My Name</a> ]
  [ <a href="#">Autos</a> ]
  [ <a href="#">Bears</a> ]
  [ <a href="#">See Tree</a> ]
  [ <a href="#">Contact Us</a> ]
  [ <a href="#">Site Map</a> ]
</div>
</div>
</div>

</body>
</html>