EN
Ce contenu n’est pas disponible dans votre langue. Voici la version anglaise.
Ce sujet n'a pas encore été évalué - Évaluez ce sujet

break-inside property

Gets or sets the column-break behavior that occurs within a content block in a multi-column element.

This property is read/write.

Internet Explorer 10

Syntax

break-inside: auto | avoid | avoid-page | avoid-column

Property values

One of the following values:

auto

Default. A page break or column break is determined by the flow of content.

avoid

A page break or column break is not allowed within the content block.

avoid-page

A page break is not allowed within the content block.

avoid-column

A column break is not allowed within the content block.

CSS information

Applies Toblock-level elements
Mediapaged
Inheritedno
Initial Valueauto

See also

CSSStyleDeclaration
currentStyle
style
address
blockQuote
div
dl
fieldSet
form
noFrames
noScript
ol
p
pre
table
ul
dd
dt
li
tBody
td
tFoot
th
tHead
tr
button
del
ins
map
object
script
Reference
breakAfter
breakBefore

 

 

Send comments about this topic to Microsoft

Build date: 11/29/2012

Ajouts de la communauté

AJOUTER
© 2013 Microsoft. Tous droits réservés.