Vertaling van "box-sizing" 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.
Il y avait toujours un problème avec box-sizing sur certains sites.
There still was a problem with box-sizing on some websites.
Notre implémentation de box-sizing préfixé prend désormais en compte min-height et max-height.
Our prefixed implementation of box-sizing now takes into account min-height and max-height.
Appliquer le contenu-box box-sizing pour la navigation et les indicateurs.
Enforce content-box box-sizing for the navigation and indicators.
Pour éviter de tels problèmes, il est possible d'ajuster le modèle de boîte avec la propriété box-sizing.
To avoid such problems, it's possible to tweak the box model with the property box-sizing.
Comment changer complètement le modèle de boîte en utilisant box-sizing
How to change the box model completely using box-sizing
Puisque box-sizing est plutôt récent, vous devriez utiliser les préfixes -webkit- et -moz- pour l'instant, comme je l'ai fait dans mes exemples.
Since box-sizing is pretty new, you should use the -webkit- and -moz- prefixes for now, as I have in these examples.
Apparemment, certains développeurs n'aiment pas trop la valeur inherit pour box-sizing, donc j'ai corrigé le problème des éléments de la barre de navigation sur ces sites.
It seems like some developers don't like inherit as a value for box-sizing, so I fixed the navigation bar elements for these websites.
Qu'est-ce que {box-sizing: border-box;} fait ?
What does {box-sizing: border-box;} do?
Quand vous ajoutez la propriété box-sizing: border-box; à un élément, le padding et la bordure de cet élément n'augmentent plus sa largeur.
When you set box-sizing: border-box; on an element, the padding and border of that element no longer increase its width.
Dans la capture d'écran ci-dessous, la colonne de gauche n'utilise pas box-sizing, alors que la colonne de droite utilise la propriété CSS border-box.
In the screenshot above, the left column is built without box-sizing, while the right column uses this property with the value border-box.
La propriété box-sizing est utilisée pour modifier le modèle de boîte CSS par défaut qui est utilisé pour calculer la largeur et la hauteur des éléments.
The box-sizing property is used to alter the default CSS box model used to calculate width and height of the elements.
Cela empêche un comportement inattendu si tous les éléments sont mis à border-box box-sizing par défaut, ce qui est le cas pour Bootstrap 3.
This prevents unintended behavior if all elements are set to border-box box-sizing by default, which is the case for Bootstrap 3.
La fonctionnalité de plein écran n'est plus cassée dans Internet Explorer, et le problème avec box-sizing est réglé.
Bug fixes The fullscreen features isn't broken anymore in Internet Explorer, and the box-sizing problem is fixed.