Vertaling van "min-width" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Die Medienabfragen werden automatisch mit den neuen Werten für min-width und/oder max-width aktualisiert.
The media queries are automatically updated with the new min-width and/or max-width values.
Siehe min-width und min-height für eine detailliertere Beschreibung.
See min-width and min-height for more details.
Eine Kurznotation für die Festlegung von sowohl min-width als auch max-width min-height
A shorthand descriptor for setting both min-width and max-width min-height
Verwenden Sie min-width statt min-device-width, um möglichst viele Breiten abzudecken.
Use min-width over min-device-width to ensure the broadest experience.
Browser sollen unbekannte Deskriptoren ignorieren. min-width
Browsers are supposed to ignore unrecognized descriptors. min-width
Wir können zwar für viele verschiedene Elemente Abfragen erstellen, diejenigen, die am häufigsten beim responsiven Webdesign zum Einsatz kommen, sind jedoch min-width, max-width, min-height und max-height.
While there are several different items we can query on, the ones used most often for responsive web design are min-width, max-width, min-height, and max-height.
In jedem Fall kann die endgültige Größe durch die Attribute min-width, min-height, max-width und max-height eingeschränkt werden, die genau so angegeben werden können wie die Attribute width und height.
In either case it is possible to constrain the final size with the min-width, min-height, max-width and max-height attributes which can be specified in the same ways as width and height.
Der Unterschied ist zwar klein, jedoch sehr wichtig: min-width basiert auf der Größe des Browserfensters, min-device-width auf der Bildschirmgröße.
The difference is subtle but very important: min-width is based on the size of the browser window whereas min-device-width is based on the size of the screen.
Du könntest für eine bessere Flexibilität genauso gut Strings (z.B. '(min-width: 800px)') anstatt Maps verwenden.
You could opt for strings rather than inner maps for more flexibility (e.g. '(min-width: 800px)').
Ein paar Bugs wurden anscheinend tatsächlich behoben (hover, min-width, max-width), Einiges ist allerdings immer noch indiskutabel (das Spielemenü ist nach rechts verschoben, kein Abstand zwischen Logokasten und Hauptinhalt usw.).
A few bugs have apparently been fixed (hover, min-width and max-width), other things are still badly broken (the games menu is shifted to the right, there's no space between logo box and main content etc.).
IE8 bietet keine vollständige Untestützung für box-sizing: border-box; wenn es mit min-width, max-width, min-height oder max-height kombiniert wird.
IE8 does not fully support box-sizing: border-box; when combined with min-width, max-width, min-height, or max-height.
Es können auch die zugehörigen CSS Eigenschaften angegeben werden: min-width, min-height, max-width und max-height.
You can also use the corresponding CSS properties, min-width, min-height, max-width and max-height.
Leider ignoriert Internet Explorer sowohl min-width -, als auch max-width - Attribute, und so nutzt die Seite die gesamte Breite, die ihr gegeben wird.
Unfortunately, Internet Explorer ignores both min-width and max-width attributes, and so the pages always use the width they're given.