Anmeldeleiste

Status
Nicht offen für weitere Antworten.
Kannst du die Seite mal online stellen? Denn ohne die eingebundenen Grafiken sehe ich im Firefox überhaupt nichts, oder besser gesagt nur eine leere weiße Seite.
 
Und hier der überarbeitete Quellcode:

Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
  "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<title>Chain-Tec</title>

<style type="text/css">
<!--
* {
margin: 0;
padding: 0;
}

img { 
display: block; 
}

body {
background: url(banner_6-Hintergrund.jpg) repeat-x 0 0;
}

#anmeldeleiste { /* Für nicht-IE-Browser */
   position: fixed;
   left: 0;
   right: 0;
   bottom: 0;
   z-index: 7;
   height: 20px;
   background: #000;
   color: #fff;
   text-align: center;
}
-->
</style>
<!--[if lt IE 7]>
<style type="text/css">
#anmeldeleiste { /* Für IE */
   position: absolute;
   bottom:0;
   width: 100%;
   top: expression(document.documentElement.scrollTop + document.documentElement.clientHeight - this.clientHeight);
   width:expression(document.documentElement.clientWidth);

}
</style>
<![endif]-->
</head>

<body>
<table border="0" width="1000" cellspacing="0" cellpadding="0">
    <tr>
        <td width="1000"><img src="http://www.strikster.com/images/CTban_0.jpg" width="1000" height="112" border="0"></td>
    </tr>
    <tr>
        <td width="1000">
            <table border="0" width="1000" cellspacing="0" cellpadding="0">
                <tr>
                    <td width="49"><a href="index.php" target="_self"><img src="http://www.strikster.com/images/CTban_C1R2_0.jpg" width="49" height="28" border="0"></a></td>
                    <td width="67"><a href="branchen.htm" target="_self"><img src="http://www.strikster.com/images/CTban_C1R2_1.jpg" width="67" height="28" border="0"></a></td>
                    <td width="65"><a href="leistung.htm" target="_self"><img src="http://www.strikster.com/images/CTban_C1R2_2.jpg" width="65" height="28" border="0"></a></td>
                    <td width="55"><a href="kunden.htm" target="_self"><img src="http://www.strikster.com/images/CTban_C1R2_3.jpg" width="55" height="28" border="0"></a></td>
                    <td width="69"><a href="bewerber.htm" target="_self"><img src="http://www.strikster.com/images/CTban_C1R2_4.jpg" width="69" height="28" border="0"></a></td>
                    <td width="87"><a href="jobangebote.php" target="_self"><img src="http://www.strikster.com/images/CTban_C1R2_5.jpg" width="87" height="28" border="0"></a></td>
                    <td width="105"><a href="projektangebote.php" target="_self"><img src="http://www.strikster.com/images/CTban_C1R2_6.jpg" width="105" height="28" border="0"></a></td>
                    <td width="58"><a href="kontakt.htm" target="_self"><img src="http://www.strikster.com/images/CTban_C1R2_7.jpg" width="58" height="28" border="0"></a></td>
                    <td width="445"><img src="http://www.strikster.com/images/CTban_C1R2_8.jpg" width="445" height="28" border="0"></td>
                </tr>
            </table>
        </td>
    </tr>
</table>

<div id="anmeldeleiste">AGB</div>

</body>
</html>
 
Status
Nicht offen für weitere Antworten.
Zurück