OTHER PROPERTIES

NCD Style Sheet Guide v5.0

+ Page Breaks for Printing

{page-break-before: # }     #=auto, always


<P>HELLO.</P>
<P STYLE="page-break-before:always">
BYE.
</P>
<P>HELLO.</P>
Sample Page | Printed Sample (PDF)
Page View

HELLO.

BYE.

HELLO.

Print Page

HELLO.

BYE.

HELLO.




{page-break-after: # }     #=auto, always


<P>HELLO.</P>
<P STYLE="page-break-after:always">
BYE.
</P>
<P>HELLO.</P>
Sample Page | Printed Sample (PDF)
Page View

HELLO.

BYE.

HELLO.

Print Page

HELLO.

BYE.

HELLO.




+ Cursor

{cursor: # }
    #=auto, crosshair, default, hand, move,
    e-resize, ne-resize, nw-resize, n-resize,
    se-resize, sw-resize, s-resize, w-resize,
    text, wait, help

<DIV STYLE="cursor:#">
<IMG SRC=heno01.gif ALIGN=absmiddle> HELLO
</DIV>
{cursor:auto}
HELLO
{cursor:crosshair}
HELLO
{cursor:default}
HELLO
{cursor:hand}
HELLO
{cursor:move}
HELLO
{cursor:e-resize}
HELLO
{cursor:ne-resize}
HELLO
{cursor:nw-resize}
HELLO
{cursor:n-resize}
HELLO
{cursor:se-resize}
HELLO
{cursor:sw-resize}
HELLO
{cursor:s-resize}
HELLO
{cursor:w-resize}
HELLO
{cursor:text}
HELLO
{cursor:wait}
HELLO
{cursor:help}
HELLO



Style Sheet Guide | HTML Design Guide
Basic | Selector | Cascading | Font | Text | List | Color & Background |
Box | Box Positioning | Other|
Style Property LIST


BACK TO NCD HOME
Network Communication Design - http://www.ncdesign.org/
Copyright & Publishing 1994-1999 Yuriko Ienaga yuri@ncdesign.org