Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

この記事はまだボランティアによって 日本語 に翻訳されていません。ぜひ MDN に参加して翻訳を手伝ってください!

Summary

The max-width CSS descriptor specifies the maximum width of the viewport of a document defined via the @viewport at-rule.

By default, the width is set as close as possible to the initial viewport considering the maximum width constraint.

Related at-rule@viewport
Initial valueauto
Percentagesrefer to the width of the initial viewport
Mediavisual, continuous
Computed valueif specified as a length, the corresponding absolute length; if specified as a percentage, the specified value; otherwise, auto
Canonical orderthe unique non-ambiguous order defined by the formal grammar

Syntax

/* Keyword value */
max-width: auto;
max-width: none;

/* <length> values */
max-width: 600px;
max-width: 80em;
max-width: 15cm;

/* <percentage> value */
max-width: 75%;

Values

auto
The used value is calculated from the other CSS descriptors' values.
none
The used value is calculated from the other CSS descriptors' values.
<length>
A non-negative absolute or relative length.
<percentage>
A percentage value relative to the width of the initial viewport at zoom factor 1.0 for horizontal lengths. Must be non-negative.

Formal syntax

<viewport-length>

where
<viewport-length> = auto | <length-percentage>

where
<length-percentage> = <length> | <percentage>

Specifications

Specification Status Comment
CSS Device Adaptation
The definition of '"max-width" descriptor' in that specification.
Working Draft Initial definition

Browser compatibility

Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari
Basic support 29 (behind a flag) No support 10 -ms 11.10
Removed in 15
Reintroduced behind a flag in 16
No support
Feature Android Chrome for Android Firefox Mobile (Gecko) IE Mobile Opera Mobile Safari Mobile
Basic support 4.4 29 No support 10-ms 11.10
Removed in 15
Reintroduced behind a flag in 16
No support

ドキュメントのタグと貢献者

 このページの貢献者: Alhadis, johnsonjo4531, Sebastianz, mrenty, tuttza
 最終更新者: Alhadis,