CSS Layout and design articles and resources
By Rayed
If you still use tables to build your web site you really need to go back to school to learn CSS, and understand why CSS should be utilized to design your web site.
Here are some resource I found most useful to understand and start using CSS for layout, enjoy:
- Learn CSS Positioning in Ten Steps: Teach you about CSS “position”, “float”, “clear”, very important in CSS based design.
- No More Tables CSS Layout Techniques: layout using table is old and bad practice, learn why and how to move to CSS based layout.
- Listamatic: create horizontal and vertical menus using simple <li> elements.
- Yahoo UI Library Fonts and Reset: Library to make your design and fonts look the same in all browsers.