Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

 
Reply to this topicStart new topic
> Problem z ułożeniem buttonów w formularzu
mich32@interia.p...
post 12.12.2007, 10:50:31
Post #1





Grupa: Zarejestrowani
Postów: 5
Pomógł: 0
Dołączył: 27.06.2005

Ostrzeżenie: (0%)
-----


Mam zrobiony formularz i chciałbym żeby przyciski "Dodaj" i "Anuluj" były równo wyświetlone. Firefox wyświetla te przycisk równo, ale opera i IE ma już z tym kłopoty. Wiem, że poroblemem jest znacznik </form> od formularza "userAdd". Bo jeżeli dam go poza DIV-a "userButtons", to wszystko się ładnie układa, ale wtedy formularze się zgnieżdżają, a to nie może mieć miejsca. Prosiłbym o pomoc w rozwiązaniu problemu.

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <style type="text/css">
  3.  
  4. .userBody{
  5. background-color: #ffffff;
  6. }
  7.  
  8. #userFrame{
  9. border: 1px solid red;
  10. padding: 0px;
  11. width: 320px;
  12. margin: auto;
  13. margin-top: 50px;
  14. color: #ffffff;
  15. }
  16.  
  17. #userHeader{
  18. font-weight: bold;
  19. font-size: large;
  20. color: #26598B;
  21. text-align: center;
  22.  
  23. height: 30px;
  24. background-color: #D1E3FB;
  25. padding: 10px 0px 0px 10px;
  26. border: 1px solid red;
  27.  
  28. }
  29.  
  30. #user{
  31. padding: 10px;
  32. padding-top: 20px;
  33. margin: auto;
  34. /* background-color: #316ac5; */
  35. background-color:#F6FAFF;
  36. text-align: left;
  37. border: 1px solid red;
  38.  
  39. }
  40.  
  41. .userMain{
  42. width: 75%;
  43. margin-right: 20%;
  44. text-align: center;
  45. border: 1px solid red;
  46. }
  47.  
  48.  
  49. .userDescription{
  50. color: #26598B;
  51. font-weight: bold;
  52. margin-bottom: 2px;
  53. float: left;
  54. padding: 5px;
  55. border: 1px solid red;
  56.  
  57. }
  58.  
  59. .userInput{
  60. border: 1px solid #c0c0c0;
  61. margin-bottom: 5px;
  62. width: 96%;
  63. border: 1px solid red;
  64. }
  65.  
  66.  
  67. .userButtons{
  68. padding: 15px 0px 0px 15px;
  69. margin: 0; padding: 0;
  70. border: 1px solid blue;
  71. }
  72.  
  73. .buttonOk{
  74. float: left;
  75. padding: 15px 0px 0px 15px;
  76. border: 1px solid red;
  77. }
  78.  
  79. .buttonCancel{
  80. float: right;
  81. padding: 15px 0px 0px 15px;
  82. border: 1px solid red;
  83. }
  84.  
  85. </style>
  86. </head>
  87. <body class="userBody">
  88.  
  89. <div id="userFrame">
  90. <div id="userHeader">
  91. Dodawanie użytkownika
  92. </div>
  93. <div id="user">
  94. <div class="userMain">
  95.  
  96. <form name="userAdd" action="add_user.jsp" method="POST">
  97.  
  98. <span class="userDescription">Login</span>
  99. <input type="text" name="userLogin" value="" class="userInput" />
  100. <span class="userDescription">Hasło</span>
  101. <input type="password" name="userPasswd" value="" class="userInput" />
  102. <span class="userDescription">Powtórz hasło</span>
  103. <input type="password" name="userRepeatPasswd" value="" class="userInput" />
  104.  
  105. <input type="hidden" name="mode" value="checked" />
  106.  
  107. <div class="userButtons">
  108. <div class="buttonOk">
  109. <input type="submit" value="Dodaj" class="userButton" />
  110.  
  111. </div>
  112. </form>
  113. <div class="buttonCancel">
  114. <form name="cancelUserAdd" action="index.jsp" method="POST">
  115. <input type="submit" value="Anuluj" class="userButton" />
  116. </form>
  117. </div>
  118.  
  119. </div>
  120.  
  121.  
  122.  
  123. </div>
  124. </div>
  125. </div>
  126.  
  127. </body>
  128. </html>
Go to the top of the page
+Quote Post
wolguy
post 12.12.2007, 11:47:15
Post #2





Grupa: Zarejestrowani
Postów: 219
Pomógł: 10
Dołączył: 9.01.2005

Ostrzeżenie: (0%)
-----


  1. form { margin:0; padding:0 }

?

Ten post edytował wolguy 12.12.2007, 11:47:41
Go to the top of the page
+Quote Post
mich32@interia.p...
post 12.12.2007, 12:45:13
Post #3





Grupa: Zarejestrowani
Postów: 5
Pomógł: 0
Dołączył: 27.06.2005

Ostrzeżenie: (0%)
-----


wolguy pomogło, dzięki za pomoc smile.gif
Go to the top of the page
+Quote Post

Reply to this topicStart new topic
1 Użytkowników czyta ten temat (1 Gości i 0 Anonimowych użytkowników)
0 Zarejestrowanych:

 



RSS Wersja Lo-Fi Aktualny czas: 6.07.2025 - 01:42