i mam taki problem jak dla mnie duzy program
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1250"> <style> #all{ float:center; width:750px; font: 12px/16px Arial, Helvetica, sans-serif; padding: 0 40px; margin: 0px; } #menu{ border:1px solid red; float:right; background:#d3d3ff; text-algin:center; } #main{ margin-right:155px; border:1px solid blue; padding:5px; } #kale{ text-algin:center; background:#9595ff; color:white; font-width:bold; } #menu2{ float:right; bottom:750px; } </style> </head> <body> <div id="all"> <div id="menu"> </div> <div id="menu2">kalengagagaaa </div> <div id="main"> </div> </div> </body> </html>
i wszystko prawie jest ale menu2 nie jest pod menu jak to zrobic


