hi,
sollte so möglich sein. einfach das float:left; in float:right; ändern
sollte so möglich sein. einfach das float:left; in float:right; ändern
Code Auswählen
/* -------------------------------------------------------- */
/* Suchfeld */
/* -------- */
input.searchtextfield {
border:1px solid #C0C0C0;
width:110px;
float:right;
margin:10px 10px;
}
/* -------------------------------------------------------- */
/* Suchbutton */
/* ---------- */
input.searchbutton {
float:right;
margin:10px 0;
}
