ホーム HTML CSS XML JAVASCRIPT   PHP SQL MORE...   リファレンス 事例集    

CSS3 box-flex-group プロパティ

CSS3 Reference 完全な CSS3 リファレンス


ブラウザ・サポート

Internet Explorer Firefox Opera Google Chrome Safari

box-flex-group プロパティをサポートしているブラウザはありません。


定義と用法

box-flex-group property is used to assign flexible elements to flex groups.

チップ: Elements that are flexible can shrink or grow as the box shrinks and grows.

デフォルト値: 1
継承: no
バージョン: CSS3
JavaScript構文: object.style.boxFlexGroup=2


構文

box-flex-group: integer;

説明
integer An integer (the first flex group is 1 and higher values are later flex groups)


CSS3 Reference 完全な CSS3 リファレンス