Page construction notes
Intended to help future styling
- Detect IE, and add a
.ieclass in the body. Do it also for specific IE versions. - Never put styles in the document body (the HTML code), in any element. Use classes, and add the CSS for that class instead.
How to make rounded corners
How to pre-load images used for background when hovering over an element
z-index only works for things which have display: relative or display: absolute.