Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
フィルタ リストを作成しようとしたところ、問題が見つかりました。DIV の親がいる
width: auto; padding: 8px; white-space: nowrap;
そしてその中に私は2つのinput [type = "text"]を持っています
float: left;
Chrome では 1 を別の近くに配置しますが、IE8 では 2 番目の入力が 1 番目の入力の下に入ります。
よろしくお願いします、ダニエル。
追加する必要はありませんfloat:left
float:left
.wrap{ width: auto; padding: 8px; white-space: nowrap; background:violet; overflow:auto }
デモ