View Poll Results: What to use for styling a page?

Voters
7. You may not vote on this poll
  • Div

    3 42.86%
  • Table

    4 57.14%
  • Layer

    0 0%
  • Other

    0 0%
Results 1 to 5 of 5

Thread: Table vs Div vs Layer - design layout

  1. #1

    Thread Starter
    Don't Panic! Ecniv's Avatar
    Join Date
    Nov 2000
    Location
    Amsterdam...
    Posts
    5,343

    Table vs Div vs Layer - design layout

    Hi,

    Designing pages/sites.

    I currently use Divs to layout, which Nutscrape doesn't like... at all (floating problems I think it was). Tables gave a better layout initially, but restricted the scrolling in ie (as in the table cell always expanded even when I styled it in css). Nutscrape gave up and either didn't display the page at all or lost the colours/styles but got the text up in some vague way.

    Anyway, I'd like some views from professional and amateur web page/site developers as to what they find is the best way to lay out the page. Has to use CSS, for styling.


    Vince

    BOFH Now, BOFH Past, Information on duplicates

    Feeling like a fly on the inside of a closed window (Thunk!)
    If I post a lot, it is because I am bored at work! ;D Or stuck...
    * Anything I post can be only my opinion. Advice etc is up to you to persue...

  2. #2
    Frenzied Member ober0330's Avatar
    Join Date
    Dec 2001
    Location
    OH, USA
    Posts
    1,945
    I've only recently begun using CSS to develop my sites, so up to this point I've used tables. So from a development time and ease aspect, I'd say tables are good.... and from what I'm seeing CSS can be tricky for layouts when you're trying to make every browser happy. If IE would just do everything it is supposed to, we could all get along better.

    IE has also made me a bad web designer. I used to have the idea that "Netscape sucks because it won't display my code correctly"... however I've come to learn that IE just lets you get away with so much more crap. So while I make sure everything works in IE because people are sheep, I always code it to work in Opera/Firefox first since they follow the standards. This has led me to CSS layouts, even tho I chose tables above.
    format your code!! - [vbcode] [/vbcode]

    ANSWERS CAN BE FOUND HERE!!

    my personal company

  3. #3
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170
    Been using <TABLE>s all through, without a problem. With CSS styles, that's obvious.

    I use tables/css combination because I feel I have a better control over what I'm displaying.

    All projects I've done were with <TABLE>s and <CHAIR>s.

    But then, its your own personal preference. Some people aren't comfy with them, so they prefer DIVs or LAYERs.

    *Cue CornedBee with a post on how TABLEs are no good and how DIVs are better...*

  4. #4
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    Right on cue then
    I'm only doing pure CSS, and it's very simple for me as I don't give a damn about IE on most what I'm doing.

    If you want it to work in IE you have to try a little harder, but it's still possible.

    I can also recommend hybrid layouts: a single table to roughly divide into areas, then CSS inside.
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

  5. #5
    Frenzied Member vbNeo's Avatar
    Join Date
    May 2002
    Location
    Jutland, Denmark
    Posts
    1,994
    Originally posted by CornedBee

    I can also recommend hybrid layouts: a single table to roughly divide into areas, then CSS inside.
    Yeah, that's definately the best solution I've found so far ...
    "Lies, sanctions, and cruise missiles have never created a free and just society. Only everyday people can do that."
    - Zack de la Rocha


    Hear me roar.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width