EN
此内容没有您的语言版本,但有英语版本。
此主题尚未评级 - 评价此主题

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

社区附加资源

添加
© 2013 Microsoft. 版权所有。