Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
General question css layout vs tables
Old 11-19-2007, 10:52 AM General question css layout vs tables
Super Talker

Posts: 133
Name: Jess Weiss
Location: Massachusetts
Trades: 0
Hi all - I tried to post this right before the server change, and must have gotten caught in the middle... lol. So, here goes again.

I am fairly new to web design (about two years) and am big into doing css layout and navigation. As far as I'm concerned, even though it may take longer to perfect the layout, modifications to content are a lot easier to do than in tables.

But, when I look around at other designers, I see many are still using tables and javascript rollovers instead of css. I assume that this is because it is easier to do this in wysiwyg editors like dreamweaver and the like, and because it is faster? And time is money, etc. Is this the case?

The analogy I gave a friend was a pub burger vs. McD's or BK... both server burgers. The pub will be bigger, healthier, yummier and will take longer to cook and will be more expensive. BK or McD's will be cheaper and faster, but not nearly as tasty. Still, lots of people choose the BK/McD's option every time.

I guess I just want to know WHY people are still using tables instead of css and WHY I, as a designer shouldn't follow suit? Really not trying to be contrary. I'm honestly curious and don't have much of a real life web building community to chat about this with. TIA for your thoughts!
__________________
"If you worried about falling off the bike, you'd never get on it" - Lance Armstrong

"The problem with people who have no vices is that generally you can be pretty sure they're going to have some pretty annoying virtues." - Elizabeth Taylor
lynnema is offline
Reply With Quote
View Public Profile Visit lynnema's homepage!
 
 
Register now for full access!
Old 11-19-2007, 11:59 AM Re: General question css layout vs tables
angele803's Avatar
Perfectly Imperfect

Posts: 1,774
Name: Stephanie
Location: Oklahoma
Trades: 2
I like your analogy and think it is right.

People are still using tables because they think it is easier, or they just don't believe that using css is better. Once a web designer gets used to laying things out in tables, it is difficult to convert them to CSS. It is almost like trying to convert their religion!
__________________

Please login or register to view this content. Registration is FREE
angele803 is offline
Reply With Quote
View Public Profile
 
Old 11-19-2007, 03:33 PM Re: General question css layout vs tables
LadynRed's Avatar
Defies a Status

Posts: 10,016
Location: Tennessee
Trades: 0
Those that are still using tables for layout fall into a few categories;

1- those too lazy to be bothered to learn CSS, or they're so set in their ways they just refuse to learn anything new

2 - those who have not taken the time to find out WHY they shouldn't be using tables - I run into "but tables display right on all browsers, so why should I bother ?" - actually that's not entirely true because there are some differences.

3 - WYSIWYG users - who have 1 tool and do things 1 way and that's it.
4 - "home" users who only want to build their family site, vanity site, etc. - you can't really expect these people to know any better.

Technically, #3 falls under #1 IMO.

Once table designers actually take the time to learn CSS and have the tenacity to work thru the (IE) bugs, they learn that tables are NOT the best way to do things. The trick is to get them that far. The old adage - 'you can lead a horse to water but you can't make him drink' certainly applies.

I have to throw some blame at the schools out there too.. far too many of them are still teaching tables !
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 11-28-2007, 08:10 PM Re: General question css layout vs tables
Average Talker

Posts: 19
Location: Canada
Trades: 0
use css for what it's meant for (web site layout). use tables for what they are meant for (data display).

Don't ever use tables to create an entire site (that's not what tables are meant for). Hope this clearifies things
__________________
USA Travel and Relocation Information
Please login or register to view this content. Registration is FREE

Zip codes and Maps
Please login or register to view this content. Registration is FREE
gottarelocate is offline
Reply With Quote
View Public Profile Visit gottarelocate's homepage!
 
Old 11-28-2007, 08:46 PM Re: General question css layout vs tables
joder's Avatar
Flipotron

Posts: 6,442
Name: James
Location: In the ocean.
Trades: 0
I don't think site created with tables are faster to create. If you learn CSS, building a site is much faster and certainly easier and faster to update. If you have a large site, using tables is nuts.
joder is offline
Reply With Quote
View Public Profile
 
Old 11-29-2007, 03:30 PM Re: General question css layout vs tables
Junior Talker

Posts: 4
Trades: 0
I find it much easier to use a combination of the two. Strict CSS layout can be rather squirrely (with IE6 especially) if you have a complex layout - even using hacks. The amount of time it took to create ONLY CSS pages that work over all platforms far exceeded the amount of time saved when updating the page - at least in my limited experience.
fitz-chiv is offline
Reply With Quote
View Public Profile
 
Old 11-29-2007, 03:41 PM Re: General question css layout vs tables
LadynRed's Avatar
Defies a Status

Posts: 10,016
Location: Tennessee
Trades: 0
Quote:
Strict CSS layout can be rather squirrely
No it isn't, we've built over 150 sites using totally table-less sites, STRICT doctype, and there's no squirreliness at all, just nice, clean, code and the sites all work cross-browser.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 11-29-2007, 04:48 PM Re: General question css layout vs tables
Junior Talker

Posts: 4
Trades: 0
Don't get me wrong - I use CSS as much as possible - but in some cases it just doesn't seem practical. Sometimes it just takes too much effort and too many hacks to render properly in all browsers (especially IE).

When IE6 goes away I will convert to strict CSS - hopefully that will be soon!
fitz-chiv is offline
Reply With Quote
View Public Profile
 
Old 11-29-2007, 06:25 PM Re: General question css layout vs tables
chrishirst's Avatar
Missing! presumed drunk.

Posts: 41,519
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
I don't have problems and never use any hacks.
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 11-29-2007, 11:54 PM Re: General question css layout vs tables
joder's Avatar
Flipotron

Posts: 6,442
Name: James
Location: In the ocean.
Trades: 0
Quote:
Originally Posted by chrishirst View Post
I don't have problems and never use any hacks.
Same here. I don't find it difficult to use CSS, XHTML Stirct, and work for all browsers. Taking time to learn how to do it right at first will save lots and lots of time later.

For my sites, all the layout and styling are done in three files.
joder is offline
Reply With Quote
View Public Profile
 
Old 11-30-2007, 11:12 AM Re: General question css layout vs tables
Junior Talker

Posts: 4
Trades: 0
Do any of you mind sharing some shining examples? I would be interested to learn more.
fitz-chiv is offline
Reply With Quote
View Public Profile
 
Old 11-30-2007, 05:19 PM Re: General question css layout vs tables
LadynRed's Avatar
Defies a Status

Posts: 10,016
Location: Tennessee
Trades: 0
Sure, I just launched this site this morning:
http://www.whitneygonsoulinmd.com

ALL CSS, no tables for layout, XHTML 1.0 STRICT

Works in all the browsers, even IE 6
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 11-30-2007, 06:54 PM Re: General question css layout vs tables
chrishirst's Avatar
Missing! presumed drunk.

Posts: 41,519
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
I converted http://www.dbcconsultancy.co.uk/ from frames and tables a couple of weeks ago.

Not a "shining" example maybe.
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 11-30-2007, 07:20 PM Re: General question css layout vs tables
joder's Avatar
Flipotron

Posts: 6,442
Name: James
Location: In the ocean.
Trades: 0
I think you'll find most of these are
http://www.oswd.org/
joder is offline
Reply With Quote
View Public Profile
 
Old 11-30-2007, 11:54 PM Re: General question css layout vs tables
johneva's Avatar
Super Talker

Latest Blog Post:
Mercedes- Benz SLK
Posts: 139
Location: Stafford, England
Trades: 0
I carnt belive this question is even still being asked come on get with it people tables should be used for tabular data only not whole page layouts, its really not that hard if you think about it .
__________________

Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
johneva is offline
Reply With Quote
View Public Profile Visit johneva's homepage!
 
Reply     « Reply to General question css layout vs tables
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.48736 seconds with 12 queries