Skip navigation
Currently Being Moderated

CSS vs Tables

Jul 15, 2012 5:40 PM

I almost feel like I need to be going to Tables Anonymous meetings and starting a 12-Step program because I use tables instead of CSS for a lot of things.

I just don't comprehend how CSS could be used to align and arrange stuff such as what is in this (cringe) TABLE which includes a Spry element http://alamoassetadvisors.com/who-0626-biopanels-cut.html

Thanks for any enlightenment.

 
Replies
  • Currently Being Moderated
    Jul 15, 2012 7:01 PM   in reply to BradOregon

    Here's the best resource for learning CSS that I know of: http://www.amazon.com/Getting-StartED-CSS-David-Powers/dp/1430225432

     

    There are some things for which tables are best. Layout in general is no longer one of them.

     

    Beth

     
    |
    Mark as:
  • Currently Being Moderated
    Jul 16, 2012 6:43 AM   in reply to BradOregon

    Tables are not bad and I know one extremely skillful designer who uses table/div layouts about 50/50.

     

    There are two distinctly different "css" methods to layout--floats and absolute positioning, so you have three options:

    1. tables

    2. abolute positioning

    3. float positioning

     

    You can use all three methods on the same layout. The important thing is to understand the strengths and weaknessess of each method so that you can apply the right tool for the job.

     

    I generally use floats and use the other two only where I need their particular qualities/features. Tables are often the best method where you want things arranged in a grid (often, but not always).

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points