- footer ist nun valid

- center-fix fuer den IE
This commit is contained in:
phil 2006-06-09 14:56:20 +00:00
parent 7e0e51dad7
commit 9a4fb3c10b
2 changed files with 16 additions and 8 deletions

View file

@ -90,7 +90,13 @@ caption {
} }
/* Footer */ /* Footer */
#online, #offline {
/* Fix fuer den IE, damit der footer zentriert wird */
#footer_center {
text-align: center;
}
#footer {
clear: left; clear: left;
text-align: center; text-align: center;
width: 80%; width: 80%;
@ -98,7 +104,5 @@ caption {
margin: 30px auto 10px auto; margin: 30px auto 10px auto;
padding: 5px; padding: 5px;
color: #777777; color: #777777;
font-style:italic;
font-size: small; font-size: small;
} }

View file

@ -1,8 +1,8 @@
</div> <div id="footer_center">
<div id="offline"> <div id="footer">
CryptoCD v1.2.1 - die aktuelle Version findest du unter: <a href="http://cryptocd.org/" title="CryptoCD Projektseite">http://cryptocd.org/</a><br/><br/> CryptoCD v1.2.1 - die aktuelle Version findest du unter: <a href="http://cryptocd.org/" title="CryptoCD Projektseite">http://cryptocd.org/</a><br/><br/>
<a href="../lizenz/cc/deed.de.html"><img src="somerights20.png" width="88" height="31" border="0" alt="Creative Commons"></a><br/> <a href="../lizenz/cc/deed.de.html"><img src="somerights20.png" width="88" height="31" border="0" alt="Creative Commons"></a><br/>
Falls du die CD weitergeben willst, dann lies <a href="copyleft.html" title="Creative Commons Lizenz">diese Seite</a>. Falls du die CD weitergeben willst, dann lies <a href="copyleft.html" title="Creative Commons Lizenz">diese Seite</a>.
<!-- /Creative Commons License --> <!-- /Creative Commons License -->
<!-- <!--
@ -28,6 +28,10 @@ Falls du die CD weitergeben willst, dann lies <a href="copyleft.html" title="Cre
--> -->
</div> </div>
</div>
<!-- das div="container" wird geschlossen -->
</div>
</body> </body>
</html> </html>