You are not logged in.
Dear visitor, welcome to Aqua Computer Forum. If this is your first visit here, please read the Help. It explains how this page works. You must be registered before you can use all the page's features. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
![]() |
Source code |
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> |
Quoted from "Zen"
Natürlich ist es einfach. Alles eine Frage der Übung und Ausdauer.![]()
Quoted from "Zen"
Das Problem ist bei mir momentan mehr das häßliche PHP..
Quoted from "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?
Quoted from "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
Quoted
siehe sig ;D
-