Ale button login ucieka mi z konteneru obejmujacego. Div niebieski ten buttonlogin1 powinien byc cieniem.
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="author" content="root" /> </head> <body> <style type="text/css"> * { margin: 0; padding: 0; } a:link { text-decoration: none; font: size 9px; } a:hover { text-decoration: underline; } .container { background: url("images/tlo.jpg"); width: 1024px; height: 720px; } .top { width: 100%; height: 82px; } .logo { width: 186px; height: 82px; background: url("images/logo.png") no-repeat 15px 30px; float: left; } .text_form { border: 1px solid #444444; width: 142px; height: 21px; } .button_login { width: 72px; height: 19px; color: white; background-color: #627aac; font-weight: bold; cursor: pointer; } .button_login1 { width: 74px; height: 21px; background-color: #29447e; } .header { width: 1024px; height: 630px; } .header2 { width: 600px; height: 280px; border: solid silver 1px; } </style> <div class="container"> <div class="top"> <form id="logowanie" action="index.php?action=yes" method="post" onsubmit="return Event.__inlineSubmit(this,event)"> <input class="text_form" name="email" id="email" tabindex="1" type="text"> <input class="text_form" name="pass" id="pass" tabindex="2" type="password"> <div class="button_login1"> <input class= "button_login" value="Zaloguj" tabindex="3" id="u3y2oy_1" type="submit"> </div> <input name="referal" value="<?php echo $refelar; ?>" type="hidden"> </form> </div> <div class="header"> <div class="header2"> text </div> </div> </div> </body> </html>