Vous n’êtes pas connecté.
Bonjour, visiteur, bienvenue sur les forums Aqua Computer Forum. Si c’est votre première visite, nous vous invitons à consulter l’Aide. Elle vous expliquera le fonctionnement de cette page. Pour avoir accès à toutes les fonctionnalités, vous devez vous inscrire. Pour cela, veuillez utiliser le formulaire d’enregistrement, ou bien lisez plus d’informations sur la procédure d’enregistrement. Si vous êtes déjà enregistré, veuillez vous connecter.
![]() |
Code source |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de"> <head> <title>speedy909</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <style type="text/css"> <!-- #wrapper{ width: 800px; /* Habs dir noch zentriert */ margin: 0 auto; } #linkespalte, #mittlerespalte, #rechtespalte{ float: left; height: 280px; } #linkespalte, #rechtespalte{ width: 15%; } #mittlerespalte{ width: 70%; } #footer{ clear: both; height: 20px; } /* Farben zum gugn*/ #linkespalte{ background-color: blue; } #mittlerespalte{ background-color: #FFA500; } #rechtespalte{ background-color: green; } #footer{ background-color: silver; } --> </style> </head> <body> <div id="wrapper"> <div id="linkespalte">#linkespalte</div> <div id="mittlerespalte">#mittlerespalte</div> <div id="rechtespalte">#rechtespalte</div> <div id="footer">#footer</div> </div> </body> </html> |
Citation de "Zen"
Natürlich ist es einfach. Alles eine Frage der Übung und Ausdauer.![]()
Citation de "Zen"
Das Problem ist bei mir momentan mehr das häßliche PHP..
Citation de "speedy909"
@ Zen:
danke, das sieht ja schon wunderbar aus; (ungefähr soweit bin ich auch schon gekommen)
nur, wie kann ich das mit der linken und rechten seite wie vorher beschrieben regeln?
Citation de "speedy909"
und ja, ich will mich auch weiterhin mit css beschäftigen (nur muss es momentan bei den grundlagen bleiben) da ich mich derzeit intensiv mit PHP und MYSQL beschäftige
Citation
siehe sig ;D
-