Infolinx-no.com Artikkel-oversikt Gi respons
Bok om web-design Om Infolinx
Scripts og tips hos Winfolinx.com Webhotell

Absolute Units for Length
AdommentDescriptionExample
mmMilimetersmargin-left: 10mm;
cmCentimetersmargin-left: 10cm;
inInchesmargin-left: 4in;
ptPoints (1 point=1/72 Inch)margin-left: 16pt;
pcPicas (1 pica=12pt)margin-left: 2pc;;


When specifying font-sizes, it is preferable to specify them in relative units,
so that the reader may adjust the size of the font through their user agent.
Relative Units for Length
AdommentDescriptionExample
emFont height of an elementfont-size: 1.5em;
pxPixelsmargin-left: 25px;


Absolute sizes for Fonts
AdommentDescriptionExample
xx-smallExtra, extra smallfont-size:xx-small;
x-smallExtra smallfont-size:x-small;
smallSmallfont-size:small;
mediumMediumfont-size:medium;
LargeLargefont-size:large;
x-largeExtra largefont-size:x-large;
xx-largeExtra, extra largefont-size:xx-large;


There are two further settings that allow to increase or
decrease the font-size from its current setting.
Relative Font Sizes
AdommentExample
smallerfont-size: smaller;
largerfont-size: larger;


Specifying Colours
Colours may be specified using a pre-defined colour name, or the red, green, and blue intensities of the colour.
The red, green and blue intensities may be specified in hexadecimal, or decimal.
A hexidecimal value is preceded by a hash (#) and consists of 3 values in the range 00 to ff that represesent the intensity of red, green and blue respectively.
A three digit version may be used for replicating digits.
For example #ffcc00, may be represented as #fc0.
Decimal values are preceded by the rgb token, with the three decimal values in the range 0 to 255 representing the intensities of red, green and blue in brackets.
Values are specified with 3 decimal numbers in the range 0 to 255 that represent the intensity of red, green and blue respectively.





Free Tips and JavaScripts provided
by Infolinx-no.com Web


Er du usikker på HTML og "web-snekring"? Da kan jeg tryggt anbefale e-boken "HTML fra start"!
Den tar deg med fra starten og frem til din første web-side. Boken er skrevet på norsk og i et lett og forståelig språk!
Les mer om den, eller bestill den HER!
Trenger du faglig hjelp til å profilere deg på internett?
Les mer her!






Copyright © 1999-2004:   Willy Sørensen - Infolinx-no.com