2006 January 08

  1. Reformat the Table

    Use a table for its data structure but display in a non-table format.

  2. Image Replacement—No Span

    This example is based on the Background-Image to Replace Text method; but now with no extra span.

  3. Combination of CSS Tricks for a Menu

    A menu that uses for different CSS tricks to create a dynamic menu.

  4. Multiple Columns of Equal Length

    A three column layout with the columns of equal length.

  5. Enlarger Button Menu

    An example of a menu using icon that each icon will grow larger when hovering over it.

  6. Mark Your Jump

    Show users where they jumped in a page.

  7. CSS Pop-Up Menus

    CSS based menus that pop-up instead of down.

  8. Auto-Hide Sidebar

    A simple sidebar that hides it’s items untill you place your mouse over the sidebar tab.

  9. Two “Continues” Columns

    A simple layout that has two columns that appear to be the same length.

  10. Adjacent Menu Effect

    A menu effect using the adjacent combinators (’+’ and ‘~’) and hover pseudo-class.