Help Center

Local Navigation

CSS property: overflow-style

Availability

BlackBerry® Device Software 4.7.1 or later

Usage

all non-replaced block-level elements, table cells, and inline-block elements

Inherited

yes

Default value

auto

The overflow-style property specifies the scrolling behavior when the element's content overflows its block box.

Property values

Value

Description

auto

This value indicates that the browser displays a scroll bar to allow the user to scroll.

marquee-block

This value specifies that the browser clips the content above and below the block box and scrolls the content vertically.

marquee-line

This value specifies that the browser clips the content to the left and right of the block box and scrolls the content horizontally.

Index


Was this information helpful? Send us your comments.