Modified 25/04/05

CSS Notes home

My public css, the later numbers are more resent, earlier numbers depreciating.
 
s011.css   s010.css   s009.css   s008.css   s007.css   s006.css   s005.css   s004.css   s003.css   s002.css   s001.css  
 

Attributes Junk

float: left;
clear: left;
clear: both;
margin-right: auto;
margin-left: auto;
height: 48px
color: black;
background-color: white;
margin: 0px
line-height: 20px;
font-family: Verdana, Geneva, Arial, sans-serif;
font-size: 14px; font-size: 110%
font-family: Courier New, Courier, mono; font-size: 90%
font: bold italic large Palatino, serif; color: rgb(255,0,0)
position: absolute;
left: 2em;
line-height: 2em;
text-align: center;
z-index: 1
greater z index on top when regions overlay
margin-top: 5px; margin-bottom: 5px;
padding: 3px 5px; border-style: solid; border-width: 2px;
border-color: #3252ba #0e215b #0e215b #3252ba;

Examples

Html Lists for Heirachies
Managing text and images using div.
Wrapping images and an image with text.
Three columns.
Text right of image by having image and text in table.
Ordered lists - numbering.
Using div instead of a table.
Home grown numbering and positioning.
Three columns.