Salut analfabet, n'utilise pas align="left",
c'est CSS doit gérer la mise en page
voila un petit truc qui marche, avec ton code html,
Code :
- ul {
- list-style: none;
- }
- form {
- border: solid gray 1px;
- width: 260px;
- background: #f2f2f2;
- padding: 12px 10px 0px;
- }
- form li {
- clear:both;
- width: 100%;
- height: 30px;
- margin: Opx;
- }
- input {
- border: solid gray 1px;
- background: #f2f2f2;
- float: right;
- margin: -18px 5px -18px;
- }
|