Results 241 - 260 of 726

hyphens

The hyphens CSS property tells the browser how to hyphenate words when line-wrapping. You can prevent hyphenation entirely, control when the browser should hyphenate, or let the browser control when to hyphenate.
CSS CSS Property Experimental Reference

ID selectors

In an HTML document, CSS ID selectors match an element based on the contents of that element's id attribute, which must match exactly the value given in the selector.
Beginner CSS CSS Reference Selectors

margin-left

Area on which CSS margin-left applyThe margin-left CSS property sets the margin space required on the left side of a box associated with an element. A negative value is also allowed.
CSS CSS Property Layout Reference

max-height

The max-height property is used to set the maximum height of an element. It prevents the used value of the height property from becoming larger than the value specified for max-height.
CSS CSS Property NeedsMobileBrowserCompatibility Reference

max-width

The max-width property is used to set the maximum width of a given element. It prevents the used value of the width property from becoming larger than the value specified for max-width.
CSS CSS Property NeedsMobileBrowserCompatibility Reference

min-height

The min-height property is used to set the minimum height of a given element. It prevents the used value of the height property from becoming smaller than the value specified for min-height.
CSS CSS Property NeedsMobileBrowserCompatibility Reference

-moz-orient

The -moz-orient CSS property specifies the orientation of the element to which it's applied.
CSS CSS Reference Non-standard

-moz-outline-radius

In Mozilla applications like Firefox, the -moz-outline-radius CSS property can be used to give outlines rounded corners. An outline is a line that is drawn around elements, outside the border edge, to make the element stand out.
CSS CSS Reference Non-standard

-moz-user-input

In Mozilla applications, -moz-user-input determines if an element will accept user input. A similar property user-focus was proposed in early drafts of a predecessor of the CSS3 UI specification but was rejected by the working group.
CSS CSS Reference Non-standard

overflow

The overflow property specifies whether to clip content, render scrollbars or just display content when it overflows its block level container.
CSS CSS Property NeedsMobileBrowserCompatibility Reference

overflow-wrap

The overflow-wrap property is used to specify whether or not the browser may break lines within words in order to prevent overflow when an otherwise unbreakable string is too long to fit in its containing box.
CSS CSS Property NeedsLiveSample Reference

Pseudo-classes

A CSS pseudo-class is a keyword added to selectors that specifies a special state of the element to be selected. For example :hover will apply a style when the user hovers over the element specified by the selector.
CSS CSS Reference Intermediate Selectors

ruby-position

The ruby-position CSS property defines the position of a ruby element relatives to its base element. It can be position over the element (over), under it (under), or between the characters, on their right side (inter-character).
CSS CSS Ruby Property Reference

tab-size

The tab-size CSS property is used to customize the width of a tab (U+0009) character.
CSS CSS Property Experimental Reference

text-align-last

The text-align-last CSS property describes how the last line of a block or a line, right before a forced line break, is aligned.
CSS CSS Property Experimental Reference

text-overflow

The text-overflow CSS property determines how overflowed content that is not displayed is signaled to users. It can be clipped, display an ellipsis ('', U+2026 Horizontal Ellipsis), or display a custom string.
CSS CSS Property NeedsMobileBrowserCompatibility Reference

text-underline-position

The CSS text-underline-position property specifies the position of the underline which is set using the text-decoration property underline value.
CSS CSS Property NeedsMobileBrowserCompatibility Reference

rotate()

The rotate() CSS function defines a transformation that moves the element around a fixed point (as specified by the transform-origin property) without deforming it. The amount of movement is defined by the specified angle; if positive, the movement will be clockwise, if negative, it will be counter-clockwise. A rotation by 180° is called point reflection.
CSS CSS Transforms NeedsCompatTable Reference

rotate3d()

The rotate3d() CSS function defines a transformation that moves the element around a fixed axis without deforming it. The amount of movement is defined by the specified angle; if positive, the movement will be clockwise, if negative, it will be counter-clockwise.
CSS CSS Transforms NeedsCompatTable Reference

rotateY()

The rotateY()CSS function defines a transformation that moves the element around the ordinate without deforming it. The amount of movement is defined by the specified angle; if positive, the movement will be clockwise, if negative, it will be counter-clockwise.
CSS CSS Transforms NeedsCompatTable Reference