Fokus hängt auf Input Feld - Tab funktioniert nichtmehr
douth
- css
Hallo,
ich habe ein HTML Konstrukt und wenn der Fokus auf den Input Elementen ankommt, dann kommt man von diesen mit Tabulator nicht mehr weg. Gibt es ein Indiz woran das liegen könnte?
css code des Elements:
span.AddressPart input {
float: left;
padding: 3px 44px 4px 4px !important;
width: 100px !important;
}
input[disabled], input[readonly] {
background-color: #EEEEEE;
color: #6C6C6C;
}
input[type="text"] {
-moz-border-bottom-colors: none;
-moz-border-image: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background: url("../img/bg-searchfield.gif") repeat-x scroll 0 0 #FFFFFF;
border-color: #BABABA #DCDCDC #DCDCDC;
border-radius: 3px 3px 3px 3px;
border-right: 1px solid #DCDCDC;
border-style: solid;
border-width: 1px;
font-size: 14px;
line-height: 20px;
}
.nameFields {
display: inline !important;
}
Om nah hoo pez nyeetz, douth!
CSS ist für die Gestaltung da und ohne das HTML, auf das es wirken soll ohne Aussage.
Da aber Fokussierung nichts mit der Gestaltung ansich zu tun hat, kann ich dir sagen, das dein CSS-Code nicht Ursache des Missstands sein kann.
Matthias