ďťż
Podstrony
|
telcocafeWitam.Mam problem z przyleganiem DIVów. Kulturalnie chcę zrobić ładny formularz: http://www.krolnet.pl/diff.png No i zrobiłem ten cały kod w IE i działa, odpalam FF, a tam się rozjeżdża. <form action="form.php" method="post"> <div class="dolewego"><label for="tytul">Tytuł:</label><input type="text" name="tytul" id="tytul" /></div> <div class="zprawe"><label for="user">Użytkownik:</label><input type="user" name="tytul" id="user" /></div> <textarea style="width: 600px; height: 250px; margin: 10px 0;" rows="10" cols="30" name="text" id="text"></textarea> <div class="dolewego"><label for="">Ważność:</label><select></select></div> <div class="zprawe"><label for="pass">Hasło:</label><input type="password" name="pass" id="pass" /></div> <div class="dolewego"> <img src="CaptchaSecurityImages.php?width=200&height=40&characters=5" /> <input type="text" id="kot_bespieczny" name="security_code" /> </div> <div class="zprawe"><input type="checkbox" class="check" id="publiczny" name="publiczny" value="0"><label for="publiczny"> Nie pokazuj na stronie głównej</label></div> <div style="margin-top: 15px"><input type="submit" name="submit" value="Wyślij kod" /></div> </form> i CSS: .check { width: 15px; display: inline; } input, select { width: 200px; display: block; } .dolewego { float: left; width: 300px; } .zprawe { width: 300px; float: right; } |
|||
Sitedesign by AltusUmbrae. |