0 out of 1 rated this helpful - Rate this topic

backface-visibility property

Gets or sets a value that specifies whether the back face (reverse side) of an object is visible.

This property is read/write.

CSS Transforms Module, Level 3, Section 12Internet Explorer 10

Syntax

backface-visibility: visible | hidden

Property values

One of the following visibility values.

visible

Default. The back face is visible.

hidden

The back face is not visible.

CSS information

Applies Toblock-level and inline-level elements
Mediavisual
Inheritedno
Initial Valuevisible

Standards information

Remarks

This property is applied to objects that have a transform (such as a rotation about the x or y-axis) specified.

Do not use the Microsoft vendor prefix ("-ms-") before the backface-visibility property. It is supported unprefixed in Internet Explorer 10 and later.

To learn more about Cascading Style Sheets (CSS) transforms in Windows Internet Explorer, see How to bring your webpage to life with CSS transforms, transitions, and animations.

See also

CSSStyleDeclaration
currentStyle
style
a
abbr
acronym
b
bdo
big
br
cite
code
dfn
em
i
img
input
kbd
label
q
samp
select
small
span
strong
sub
sup
textArea
tt
var
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
transform
How to bring your webpage to life with CSS transforms, transitions, and animations

 

 

Send comments about this topic to Microsoft

Build date: 11/29/2012

Community Additions

ADD
© 2013 Microsoft. All rights reserved.