Chciał bym aby 2 w sumie 4 bloki DIV były koło siebie a dokładnie chciał bym aby strona wyglądała tak
Szkic nie wyszedł

Chodzi o to że nie wiem jak połączyć obok siebie te bloki.
Oto mój kod:
HTML:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2"> <meta name="Description" content="Oficjalna strona H92"> <meta name="Keywords" content="h92, programowanie, komputer, php, html, tutoriale"> <meta http-equiv="Content-Language" content="pl"> <meta name="Author" content="h92 - Oskar Wójcicki"> <meta http-equiv="Reply-To" content="hacker92pl@gmail.com"> <meta http-equiv="Creation-Date" content="Tue, 28 Nov 2006 23:00:00 GMT"> <meta name="Generator" content="Photoshop + Notatnik">
<meta name="Authoring_tool" content="Photoshop + Notatnik">
<meta name="Robots" content="all"> <meta http-equiv="Expires" content="0"> <meta http-EQUIV="Cache-Control" content="no-store, no-cache, must-revalidate"> <meta http-equiv="Cache-Control" content="post-check=0, pre-check=0"> <meta http-equiv="Pragma" content="no-cache"> <meta http-equiv="Imagetoolbar" content="no" /> <link rel="Stylesheet" type="text/css" href="style.css"> <link rel="Stylesheet" type="text/css" href="tree.css" /> </head> <body oncontextmenu="return false" oncopy="return false" ondragstart="return false" ondrag="return false" > <div id="body"> </div> </body> </html>
A to:
<div id="body">
To po prostu zabezpieczenie przed screenami to nie ma nic wspólnego z moim kodem.
CSS:
BODY { background-color: 555555; font-family : verdana, tahoma, arial, helvetica, sans-serif; font-size : 11px; margin : 0px; } #logo { background: url(logo.gif) center; margin : 0px; width : 648px; height : 214px; } #logo_2 { background: url(logo_2.gif) center; margin : 0px; width : 476px; height : 11px; } #pasek_g { background: url(pasek_g.gif) center; margin : 0px; width : 648px; height : 12px; } #pasek_s { background: url(pasek_s.gif) center; margin : 0px; width : 476px; height : 14px; } #menu_g { background: url(menu_g.gif) center; margin : 0px; width : 172px; height : 25px; } p { font-size : 10px; color : ffffff; margin : 0px; } h5 { font-size : 14px; color : ffffff; margin : 0px; font-weight : normal; }
Proszę o pomoc. Z góry dziękuję i pozdrawiam.