Lesson: Menu Separators

December 1st, 2008

Very often there are menus with separators. For example:

Main | News | Catalog | Rating

Further we will discuss how to make such menu with minimum correct HTML.

Menu Separators HTML/CSS

Obvious HTML for similar designs is not numbered list UL, for example such as...

Tables vs DIVs

November 28th, 2008

Many disputes go round a choice and preference of coding. Even very skilled slicers continue to slice with tables (tags <table> … </table>) till now, but more and more masters use and propagandize coding with layers, blocks or “div” slicing ( tags <div> … </div>). It is necessary to have more experience, abilities and skills for the last one, but you only need to practice a little, and you will master it...