spacer.png, 0 kB
spacer.png, 0 kB
Home arrow WEB e HTML arrow css arrow Base CSS table
Base CSS table PDF Print E-mail
CSS Table

TagValueDescription
Elementi di testo
text-align
vertical-align
text-decoration
text-transform
text-indent
letter-spacing
line-height
left, right, center, justify
top, middle, bottom
none, underline,overline, line-through
uppercase, lowercase, capitalize
numerico
numerico
numerico
Horizontal alignment text / object      
Vertical alignment text / object
Text underline (various way)
Small / Capital letter text
Text indent in px, pt, %, em
Letter Space
Line Space
Elementi di formattazione del testo
font-family
font-size
font-weight

font-style
font-variant
first-letter
first-line
nome carattere
numerico
normal, light, demi-light, extra-light, medium, bold
normal, italic, oblique
normal, small-caps
tutti i possibili valori di stile testuali
tutti i possibili valori di stile testuali
Font to use
Font size in px, pt, %, em
Various emboss text levels

Italic font
Same size for small and capital letters
First row letter description
First paragraph letter description 
Link
a:link
a:hover
a:active
a:visited
colore, sottolineatura, carattere ...
colore, sottolineatura, carattere ...
colore, sottolineatura, carattere ...
colore, sottolineatura, carattere ...
Default link settings
On mouse over setting
On click setting
Visited link setting
Colori e sfondi
color
background

background-color
background-image
background-repeat

background-attachment
background-position

colore (White - #FFFFFF)
transparent, colore..., url (file), repeat, scroll, position
transparent, colore...
none, url (file)
repeat, repeat-x, repeat-y, no-repeat
scroll, fixed
relative, absolute, allineamento orizzontale
Selected element color
Page / table background

Page / table background color
Page / table background image
Background image repeat...

Background scroll setting
Dinamic position and setting background image

Margini di una pagina o di un box
margin
margin-top
margin-left
margin-right
margin-bottom
auto, numerico
auto, numerico
auto, numerico
auto, numerico
auto, numerico
Indent / px, pt, %, em (all the borders)
Indent / px, pt, %, em (top)
Indent / px, pt, %, em (left)
Indent / px, pt, %, em (right)
Indent / px, pt, %, em (bottom)
Bordi di una pagina o di un box
border
border-top
border-left
border-right
border-bottom
border-style

border-top-style

border-left-style

border-right-style

border-bottom-style

border-color
border-top-color
border-left-color
border-right-color
border-bottom-color
border-width
border-top-width
border-left-width
border-right-width
border-bottom-width
float
clear
stile, dimensione, colore
stile, dimensione, colore
stile, dimensione, colore
stile, dimensione, colore
stile, dimensione, colore
none, solid, double, groove, ridge, inset, outset
none, solid, double, groove, ridge, inset, outset
none, solid, double, groove, ridge, inset, outset
none, solid, double, groove, ridge, inset, outset
none, solid, double, groove, ridge, inset, outset
colore (White - 250,250,250)
colore (White - 250,250,250)
colore (White - #FFFFFF)
colore (White - #FFFFFF)
colore (White - #FFFFFF)
dimensione
dimensione
dimensione
dimensione
dimensione
none, left, right
none, left, right, both
Values for all the borders
Values, top border
Values, left border
Values, right border
Values, bottom border
Style for box borders

Style for top box border

Style for left box border

Style for right box border

Style for bottom box border

Color for all the borders box
Color top border box
Color left border box
Color right border box
Color bottom border box
Dimension, px, pt, %, em, es. 12px
Dimension, px, pt, %, em, es. 12px
Dimension, px, pt, %, em, es. 12px
Dimension, in px, pt, %, em, es. 12px
Dimension, in px, pt, %, em, es. 12px
Element positioning
Element positioning
Spaziatura interna di una pagina o di un box
padding
padding-top
padding-left
padding-right
padding-bottom
numerico
numerico
numerico
numerico
numerico
In px, pt, %, em, es. 12px
In px, pt, %, em, es. 12px
In px, pt, %, em, es. 12px
In px, pt, %, em, es. 12px
In px, pt, %, em, es. 12px
Visualizzazione e visibilità di tutti gli elementi
display

visibility

overflow

none, block, inline, list-item

visible, hidden, inherit

auto, visible, hidden, scroll

NON visible element: space occupied  NON considered
NON visible element: space occupied  NON considered
Dinamic visualization setting scroll bar element
Liste
list-style-type








list-style-image
list-style-position
list-style
none
disk
circle
square
decimal
lower-roman
upper-roman
lower-alpha
upper-alpha
none, file immagine
inside, outside
tutti
No  pointer
Filled circle
Empty circle
Filled square
Arab numbers (1. 2. 3. ...)
Roman numbers / small (i. ii. iii. ...)
Roman numbers / cap (I. II. III. ...)
Small letters (a. b. c. ...)
Capital letters (A. B. C. ...)
Image on the listed pointers
List screen position
All the settings used
Dimensionamento degli elementi
width
height
clip
numerico
numerico
rect, circle, polygon
Element width, px, pt, %, em
Element height, px, pt, %, em
Element shape: square, circle, poly
Posizionemanto degli elementi su di un documento
position
top
left
z-index
absolute, relative, static
numerico
numerico
numerico, auto
Page element position
Position from top / px, pt, %, em
Position from bottom / px, pt, %, em
Element priority render, 1 / -1 values
Cursore
cursor auto
default
crosshair
hand
move
e-resize
ne-resize
nw-resize
n-resize
se-resize
sw-resize
s-resize
w-resize
text
wait
help
Default setting
Default pointer
Cross
classic hand (link)
Cross pointer (popup)
Right - pointer
Classic right - pointer
Classic left - pointer (default)
Up - pointer
Bottom - right - pointer
Classic Bottom - right - pointer
Bottom - pointer
Left - pointer
Horizontal line, (as for text)
Classic Sand-glass
Question mark
Proprietà di stampa
page-break-before

page-break-after

auto, always :: left, right

auto, always :: left, right

Line - break before end of the text - to print.
Line - break after end of the text - to print.
Barre di scorrimento (stile & colore)
scrollbar-base-color
scrollbar-face-color
scrollbar-face-color
scrollbar-arrow-color
scrollbar-highlight-color
scrollbar-dark-shadow-color
scrollbar-3d-light-color
scrollbar-track-color
colore
colore
colore
colore
colore
colore
colore
colore
Shadow border color
Scrolling bar setting color  (moving bar)
Shadow bar color
Arrows scrolling bar color
Bar separtor color - arrow side
Bar extern shadow color
3D color setting -arrow side
Bottom side bar color, part use to move / position the bar
Last Updated ( mercoledì, 28 novembre 2007 )
 
< Prev   Next >
spacer.png, 0 kB
spacer.png, 0 kB
spacer.png, 0 kB