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;
}