Vertaling van "box-sizing" in Frans
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.
There still was a problem with box-sizing on some websites.
Il y avait toujours un problème avec box-sizing sur certains sites.
Our prefixed implementation of box-sizing now takes into account min-height and max-height.
Notre implémentation de box-sizing préfixé prend désormais en compte min-height et max-height.
Enforce content-box box-sizing for the navigation and indicators.
Appliquer le contenu-box box-sizing pour la navigation et les indicateurs.
To avoid such problems, it's possible to tweak the box model with the property box-sizing.
Pour éviter de tels problèmes, il est possible d'ajuster le modèle de boîte avec la propriété box-sizing.
How to change the box model completely using box-sizing
Comment changer complètement le modèle de boîte en utilisant box-sizing
Since box-sizing is pretty new, you should use the -webkit- and -moz- prefixes for now, as I have in these examples.
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.
What does {box-sizing: border-box;} do?
Qu'est-ce que {box-sizing: border-box;} fait ?
In the screenshot above, the left column is built without box-sizing, while the right column uses this property with the value border-box.
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.
The box-sizing property is used to alter the default CSS box model used to calculate width and height of the elements.
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.
This prevents unintended behavior if all elements are set to border-box box-sizing by default, which is the case for Bootstrap 3.
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.
CSS property "box-sizing: border-box" available in Styles-Customize - if checked, the tag size includes padding (internal margins) and borders; no more need to write it into Free Code or code blocks.
Propriété CSS box-sizing: border-box disponible dans Styles-Personnalisation - si cochée, la taille inclut les paddings (marges intérieures) et les bordures; plus besoin de l'écrire dans le Code Libre.
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.
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.
The reason has to do with the box-sizing property, which defaults to a value of content-box.
La raison a à voir avec la zone de la taille de la propriété, qui est par défaut à une valeur du contenu de la boîte.