aboutsummaryrefslogtreecommitdiff
path: root/files/ja/archive/mozilla/xul/attribute/flex/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/archive/mozilla/xul/attribute/flex/index.html')
-rw-r--r--files/ja/archive/mozilla/xul/attribute/flex/index.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/files/ja/archive/mozilla/xul/attribute/flex/index.html b/files/ja/archive/mozilla/xul/attribute/flex/index.html
new file mode 100644
index 0000000000..0e1d27f186
--- /dev/null
+++ b/files/ja/archive/mozilla/xul/attribute/flex/index.html
@@ -0,0 +1,13 @@
+---
+title: flex
+slug: Archive/Mozilla/XUL/Attribute/flex
+tags:
+ - XUL Attributes
+ - XUL Reference
+translation_of: Archive/Mozilla/XUL/Attribute/flex
+---
+<div class="noinclude"><span class="breadcrumbs xulRefAttr_breadcrumbs">« <a href="/ja/docs/XUL/XUL_Reference">XUL リファレンス HOME</a></span></div>
+<dl><dt> <code id="a-flex"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/flex">flex</a></code> </dt><dd> 型: <em>文字列型</em> (整数型に相当) </dd><dd> 要素のコンテナが子要素間の残りの空間をどのように分配するかを示す、要素の柔軟性を指示します。伸縮自在な要素は、そのサイズを与えられた空間に合わせるため、拡がったり縮んだりします。大きな flex 値を持つ要素は、より小さな値を持つ要素よりも大きくなり、双方の要素に比例して決定されます。実際の値は、同じコンテナに他の伸縮自在な要素が無い限り意味を持ちません。ボックス内の要素のデフォルト値が計算されると、<code>flex</code> の値に応じて、ボックス内の残りの空間が要素間で分割されます。flex の値に <code>0</code> を指定すると、flex 属性全体を除外したのと同じ効果を得られます。 </dd></dl>
+<div class="noinclude">
+
+</div>