Design Code Problem
lima-city → Forum → Die eigene Homepage → HTML, CSS & Javascript
-
Ich hab mir versucht dein design zu coden. Das hat ja auch soweit geklappt. Des wird aber nur mit der Auflösung 1024 X 768 richtig angezeigt. Wenn man eine größere hat dann wiederholt sich des Bild als außerdem is des dann net mehr in de mitte wie ich des haben will.
Kann mir des einer mal richitg coden?
<html> <head> <title>Index</title> <link rel="StyleSheet" href="style/style.css" type="text/css"> </head> <body> <table class="haupt"> <table class="logo"> <tr> <td></td> </tr> </table> <table width="100%" height="76%" border="0" background="style/hintergrund.jpg"> <tr> <?php include ("style/menue.php"); ?> <td class="text"> text </td> <?php include ("style/sidebar.php"); ?> </tr> </table> <?php include ("style/copyright.php"); ?> </table> </body> </html>
css:
table.haupt { width: 100%; height: 100%; background-image: url(imgp3213.jpg); } table.logo { width: 100%; height: 100px; background-image: url(logo.png); } td.menue { text-align: center; font-family: Arial; font-size: 10 px; color: #000000; vertical-align: top; width: 15%; height: 76%; } td.sidebar { text-align: center; font-family: Arial; font-size: 10 px; color: #000000; vertical-align: top; width: 15%; height: 76%; } td.text { width: 70%; height:76%; color: #000000; font-family: Arial; text-align: cener; vertical-align: top; } a { font-family: Arial; font-size: 10 px; color: #000000; } a:hover { font-family: Arial; font-size: 10 px; color: #000000; } body { margin: 20px; padding: 0px; background: #000000; }
Beitrag geändert: 10.12.2008 17:34:02 von andre2005 -
Diskutiere mit und stelle Fragen: Jetzt kostenlos anmelden!
lima-city: Gratis werbefreier Webspace für deine eigene Homepage
-
Diskutiere mit und stelle Fragen: Jetzt kostenlos anmelden!
lima-city: Gratis werbefreier Webspace für deine eigene Homepage