Examples with "CSS-Model" and their translation 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 Semantik, SMIL-Animationen in das CSS-Model zu integrieren, wurde auch in skalierbaren Vektorgrafiken genutzt.
The semantics of integrating SMIL animation with the CSS model were also adopted in SVG.
Lerne mehr über das Box-Model und box-sizing bei CSS Tricks.
Diese APIs bilden das CSS Object Model oder CSS-OM.
Für die Entwicklung von CSS-Layouts ist es elementar wichtig zu verstehen, wie das CSS-Box-Model funktioniert.
Alle anderen Dateien wie z.B. CSS Dateien, Controller oder Models sind beliebig änderbar.
All other files such as CSS files, controllers and models can be changed.
Grundsätzlich richtet sich Concentric CSS an das box-model um die Reihenfolge zu definieren: von außen nach innen.
Basically, Concentric CSS relies on the box-model to define an order: starts outside, moves inward.
Abbildung 2: Das CSS Box Model addiert Auffüllungen und Rahmen zur Breite und Höhe hinzu.
The CSS box model counts padding and borders as extra to width and height.
Der Browser konvertiert HTML und CSS in das DOM (Document Object Model).
The browser converts HTML and CSS into the DOM (Document Object Model).
Diese Regel gilt immer - unabhängig davon, ob Sie das standardmäßige CSS Box Model verwenden oder es mit dem Code-Fragment von Teil 4 umgehen.
This is always the case, regardless of whether you're using the default box model or overriding it with the snippet created in part 4.
Beim standardmäßigen CSS Box Model werden Angaben für „width" (Breite) und „height" (Höhe) normalerweise nur auf das betroffene Element selbst angewendet.
In the default CSS box model, an element's width and height normally apply only to the element itself.
Die CSS-Bytes werden in Zeichen konvertiert, dann in Token und Knoten und schließlich in einer Baumstruktur verknüpft, die als CSS Object Model oder abgekürzt CSSOM bezeichnet wird
The CSS bytes are converted into characters, then tokens, then nodes, and finally they are linked into a tree structure known as the "CSS Object Model" (CSSOM)
CSS Box Model ist ein CSS Modul, das die rechteckigen Boxen einschließlich deren Innen- und Außenabständen definiert, die für Elemente generiert werden und gemäß des visuellen Formatierungsmodells dargestellt werden.
CSS Basic Box Model is a module of CSS that defines the rectangular boxes-including their padding and margin-that are generated for elements and laid out according to the visual formatting model. 400
Der Browser kombiniert die Auszeichnungssprache (HTML) und das CSS in das DOM (Document Object Model).
The browser converts the markup language and the CSS into the DOM (Document Object Model).