Nicht mehr ganz neu hier
Hallo zusammen,
ich sitz mal wieder bei meinem Projekt und tüfftle grad herum wie ich meine formular-buttons ausrichten kann!?
Hab schon einiges mit CSS probiert, jedoch spricht nix an!
Es tut sich von der Breite & Ausrichtung gar nix!!
html:
<input name="reset" type="reset" id="reset" value="löschen" />
<input name="submit" type="submit" id="submit" value="absenden"/>
css:
#submit, #reset {
width: 50px;
padding-left: 20px;
color: #333;
background: #f3c472;
cursor: pointer;
border: 1px solid #F90;
}
#submit:hover, #submit:focus, #reset:hover, #reset:focus {
color: #900;
background-color: #F90;
}
Anbei noch ein Bild vom Formular!
Danke für Eure Hilde & glg
Mathi
ich sitz mal wieder bei meinem Projekt und tüfftle grad herum wie ich meine formular-buttons ausrichten kann!?

Hab schon einiges mit CSS probiert, jedoch spricht nix an!
Es tut sich von der Breite & Ausrichtung gar nix!!
html:
<input name="reset" type="reset" id="reset" value="löschen" />
<input name="submit" type="submit" id="submit" value="absenden"/>
css:
#submit, #reset {
width: 50px;
padding-left: 20px;
color: #333;
background: #f3c472;
cursor: pointer;
border: 1px solid #F90;
}
#submit:hover, #submit:focus, #reset:hover, #reset:focus {
color: #900;
background-color: #F90;
}
Anbei noch ein Bild vom Formular!
Danke für Eure Hilde & glg
Mathi

habs mit width im css probiert, aber des funzt nicht und in die Mitte vom Formular sprich zentriert solltens auch noch sein!