Vertaling van "css box" in Duits
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.
Fix: cm container was partially visible in the new open custom css box
Behoben: Childify-Me-Container teilweise sichtbar in der neuen Box für Individuelles CSS
The following graphic shows the schematic structure of a CSS box
Folgende Grafik zeigt den schematischen Aufbau einer CSS-Box
Understanding the CSS box model is crucial for getting your designs to behave as you want them to.
Verständnis für das CSS Boxmodell ist entscheidend dafür, dass deine Design sich so verhalten, wie sie es sollen.
Super-quickly adjust complex CSS box configurations.
It is possible to use this property to emulate the behavior of browsers that do not correctly support the CSS box model specification.
Man kann diese Eigenschaft dazu verwenden, das Verhalten bestimmter Browser nachzuahmen, die die CSS Boxmodell Spezifikation nicht erwartungsgemäß unterstützen.
The CSS box model can be clarified by adding the individual levels to the content box step-by-step.
Verdeutlichen lässt sich das CSS-Box-Modell, indem man einer Content-Box die einzelnen Ebenen Schritt für Schritt hinzufügt.
The CSS box model counts padding and borders as extra to width and height.
Abbildung 2: Das CSS Box Model addiert Auffüllungen und Rahmen zur Breite und Höhe hinzu.
[...] a CSS box model optimized for interface design.
[...] ein CSS -Boxmodell, das für das Schnittstellendesign optimiert ist.
In the default CSS box model, an element's width and height normally apply only to the element itself.
Beim standardmäßigen CSS Box Model werden Angaben für „width" (Breite) und „height" (Höhe) normalerweise nur auf das betroffene Element selbst angewendet.
Calculating the height and width of a CSS box
Höhe und Breite einer CSS-Box berechnen
Understand the CSS box model: To get an element's actual width or height, you add its padding and its border to its width or height.
Verstehe das CSS-Boxmodell: Um die tatsächliche Breite und Höhe eines Elements zu bestimmen, muss man sein padding und seine border zu seiner width oder height hinzuzählen.
Each renderer represents a rectangular area usually corresponding to the node's CSS box, as described by the CSS2 spec.
Jeder Renderer steht für einen rechteckigen Bereich, der normalerweise der CSS-Box des Knotens entspricht, wie in der CSS2-Spezifikation beschrieben.
Summary The box-sizing CSS property is used to alter the default CSS box model used to calculate widths and heights of elements.
Zusammenfassung Die box-sizing CSS-Eigenschaft wird verwendet, um das Standard CSS Boxmodell zu verändern. Das Boxmodell wird dazu verwendet, Breiten und Höhen von Elementen zu berechnen.