Hallo,
Idealerweise ohne das input in ein <div> einzubetten und dann auf width: 100% zu setzen?
Wiso in ein <div> einbetten?
select {
display:block; width:100%;
float: left;
}
input {
display: block; width:100%; /* ggf.: */ -moz-box-sizing:border-box; box-sizing:border-box;
}
j.j.