Hier ist mein CSS-Block:
.actual-form table {
padding: 5px 0 15px 15px;
margin: 0 0 30px 0;
display: block;
width: 100%;
background: #f9f9f9;
border-top: 1px solid #d0d0d0;
border-bottom: 1px solid #d0d0d0;
}
Ich möchte nur, dass IE 7, 8 und 9 "sehen" width: 100%
Was ist der einfachste Weg, um dies zu erreichen?
width: auto
Blockelemente nicht so wie andere Browser wie Firefox oder Chrome. In Chrome / Firefox width:auto
wird die Breite eines Blockelements um die volle Breite seines Containers erweitert. IE tut dies nicht und erfordertwidth: 100%