mam problem z ułożeniem diva
widok projektu: http://webpc.vdl.pl
chodzi mi zeby te divy były obok siebie, bo na stronie widac ze jeden na gorze drugi na dole.
oto kod
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1250"> <style> body { margin : 0; font-family : Verdana, Arial; font-size : 1px; background: url('images/pg.png') repeat-x; background-color: #00496F; } a:link, a:visited { text-decoration : none; color : #191919; } a:active, a:hover { text-decoration : none; color : #49A201; } #top { height:176px; width:924px; background:url(images/top.png); } #lew { height:35px; width:10px; background:url(images/lew.png); float : left; } #pra { height:35px; width:10px; background:url(images/pra.png); float : left; } #wa { height:33px; width:185px; background:url(images/wa.png); } #wb { width:185px; background:url(images/wb.png); } #wc { height:10px; width:185px; background:url(images/wc.png); } #cen { height:35px; width:904px; background:url(images/cen.png); float : left; line-height:310%; text-indent:15px; } #px { height:10px; width:924px; background:url(images/px.png); } #reklama { height:90px; width:728px; background:url(images/reklama.png); float : right; } #srodek { margin : 0 auto; width : 924px; } #id { float: left; } </style> </head> <body> <div id="srodek"> <div style="clear: both;" /> <div style="clear: both;" /> <div id="wb"> <center> <img border="0" src="images/szukajg.png" width="142" height="17"> <img border="0" src="images/szukaj.png" width="60" height="23"> </center> <br /> </div> <div id="float"> </div> </body> </html>