CSS Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsWeb DesignCSS Help
View Poll Results: What strategy are you using for NEW sites?
Fanatical CSS - "Look ma, no tables!" 6 60.00%
Some combination of CSS & tables for layout/positioning 2 20.00%
Tables for positioning & CSS for other elements 2 20.00%
Not using CSS yet - DOH! 0 0%
Other 0 0%
Voters: 10. You may not vote on this poll


Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old January 28th, 2004, 07:48 PM
wisconsinative's Avatar
wisconsinative wisconsinative is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2002
Location: Somewhere in the desert of Arizona
Posts: 63 wisconsinative User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 h 54 m
Reputation Power: 7
Question CSS vs. tables for NEW site layouts?

I've been reading over a bunch of threads and CSS vs. table websites & articles, all with varying degrees of CSS fanatiscm to "long-live-tables" viewpoints.

I too am trying to make a decision on how to embark on a new site strategy. I think for most developers, re-coding an existing site to full CSS is probably not cost effective. I'm using CSS for everything except positioning right now.

So my question is, how are you approaching from-scratch NEW site development layouts?

Last edited by wisconsinative : January 28th, 2004 at 07:52 PM.

Reply With Quote
  #2  
Old January 28th, 2004, 09:10 PM
jharnois's Avatar
jharnois jharnois is offline
mod_dev_shed
Dev Shed God 19th Plane (14000 - 14499 posts)
 
Join Date: Sep 2002
Location: Atlanta, GA
Posts: 14,445 jharnois User rank is Major General (70000 - 90000 Reputation Level)jharnois User rank is Major General (70000 - 90000 Reputation Level)jharnois User rank is Major General (70000 - 90000 Reputation Level)jharnois User rank is Major General (70000 - 90000 Reputation Level)jharnois User rank is Major General (70000 - 90000 Reputation Level)jharnois User rank is Major General (70000 - 90000 Reputation Level)jharnois User rank is Major General (70000 - 90000 Reputation Level)jharnois User rank is Major General (70000 - 90000 Reputation Level)jharnois User rank is Major General (70000 - 90000 Reputation Level)jharnois User rank is Major General (70000 - 90000 Reputation Level)jharnois User rank is Major General (70000 - 90000 Reputation Level)jharnois User rank is Major General (70000 - 90000 Reputation Level)jharnois User rank is Major General (70000 - 90000 Reputation Level)jharnois User rank is Major General (70000 - 90000 Reputation Level) 
Time spent in forums: 1 Month 1 Week 2 Days 14 h 13 m 44 sec
Reputation Power: 812
For anything new, when I visualize it in my head, I'm thinking to myself, "can I do this with just CSS?" Usually this leads me to simple layouts, which I like anyway. But if I have to design something complex, I may end up with some tables, while still using CSS to for color and as much "layout" as possible.

Part of the problem is having to handle every browser's different interpretations of the specifications.
__________________
# Jeremy

Explain your problem instead of asking how to do what you decided was the solution.

Reply With Quote
  #3  
Old January 28th, 2004, 09:32 PM
drgroove's Avatar
drgroove drgroove is offline
pushing envelopes, not pencils
Dev Shed God 2nd Plane (6000 - 6499 posts)
 
Join Date: Feb 2002
Posts: 6,225 drgroove User rank is First Lieutenant (10000 - 20000 Reputation Level)drgroove User rank is First Lieutenant (10000 - 20000 Reputation Level)drgroove User rank is First Lieutenant (10000 - 20000 Reputation Level)drgroove User rank is First Lieutenant (10000 - 20000 Reputation Level)drgroove User rank is First Lieutenant (10000 - 20000 Reputation Level)drgroove User rank is First Lieutenant (10000 - 20000 Reputation Level)drgroove User rank is First Lieutenant (10000 - 20000 Reputation Level)drgroove User rank is First Lieutenant (10000 - 20000 Reputation Level) 
Time spent in forums: 1 Day 4 h 44 m 44 sec
Reputation Power: 174
CSS-Positioning is not uniformly implemented in all browsers. I would advise against its usage until Microsoft gets IE's implementation of CSS-P ironed out.
__________________
Give a person code, and they'll hack for a day; Teach them how to code, and they'll hack forever.
Analyze twice; hack once.
The world's first existential ITIL question: If a change is released into production without a ticket to track it,
was it actually released?


About DrGroove: ITIL-Certified IT Process Engineer - Enterprise Application Architect -
Freelance IT Journalist - Devshed Moderator - Funk Bassist Extraordinaire


Reply With Quote
  #4  
Old January 28th, 2004, 09:57 PM
mswp mswp is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2004
Location: Melbourne Australia
Posts: 15 mswp User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 3 m 58 sec
Reputation Power: 0
Send a message via ICQ to mswp
Cool CSS or Tables opinion fr new member



Hi All,

I consider myself an on-going learner, so far am happy....

My thoughts are usually toward CSS, probably more for the User Interaction and Page Asthetics reasons... I focus alot on building sites that are friendly for the Visually Impaired (like me), so that users can increase the text size on IE (largest user base) without losing the page layout <?? make sense?>


However, if your target audience needs to support all browsers, that changes everything. You should not use any [Browser Type] specific features, as this will exclude others...

I use IE and build to exploit the features of IE, for me, what audience I have seems to be catered for this way...

I would be interested in users with different browsers taking a quick look to see if some elusive (after thought) Javascripts still do not cause errors.

Tables are more cross browser friendly (it would appear), however there are things you can do to achieve the same results with CSS etc. It just takes research.

I am of the opinion that eventually (one day.... real soon now *lol*), will be more dynamic, that all the standards will converge and conform.......... and that Elvis will be found cookin' burgers...

There are ways




Homepage Link at bottom (Non-Commercial Site)

Last edited by mswp : January 28th, 2004 at 10:01 PM.

Reply With Quote
  #5  
Old January 28th, 2004, 09:59 PM
wisconsinative's Avatar
wisconsinative wisconsinative is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2002
Location: Somewhere in the desert of Arizona
Posts: 63 wisconsinative User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 h 54 m
Reputation Power: 7
I would tend to agree that using strictly CSS-P is not a good idea at this juncture (for me), since the browser's interpretations are so different & IE's implementation of CSS-2 is pretty weak. The sheer number of nuances is enough to make me cry.

Would it make sense to use tables for the broad structure of the pages & use CSS-P as much as possible for layout inside of the tables? Again, I haven't used CSS-P at all, so I'm kind of in the dark. I just started my research/reading on it after coming back to work from 8 mos leave.

Reply With Quote
  #6  
Old January 28th, 2004, 10:06 PM
mswp mswp is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2004
Location: Melbourne Australia
Posts: 15 mswp User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 3 m 58 sec
Reputation Power: 0
Send a message via ICQ to mswp
CSS-P

I would say (after using my site for practise), yes.

CSS-P does have its' issues, but there are people whose work I really, really respect seemed to have got all the bugs ironed out.


Reply With Quote
  #7  
Old January 29th, 2004, 03:14 AM
jabba_29's Avatar
jabba_29 jabba_29 is offline
Back in HEL
Click here for more information.
 
Join Date: Feb 2002
Location: Finland
Posts: 8,910 jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)  Folding Points: 57777 Folding Title: Beginner FolderFolding Points: 57777 Folding Title: Beginner FolderFolding Points: 57777 Folding Title: Beginner Folder
Time spent in forums: 3 Months 4 Weeks 1 Day 11 h 11 m 14 sec
Reputation Power: 1693
Send a message via ICQ to jabba_29 Send a message via AIM to jabba_29 Send a message via MSN to jabba_29 Send a message via Yahoo to jabba_29 Send a message via Google Talk to jabba_29 Send a message via Skype to jabba_29
Facebook
MSWP, I would start another thread in the reviews forum if you want your site critiqued.

I had a look at it in Firebird 0.7 (Mozilla), it it looks really bad, sorry: page overflowing, marquees , text ontop of images etc...
__________________
Cheers,

Jamie

# mdb4u | mobile movie database] | Please help to test and promote
# skiFFie | Home of the 'accessibility module' for Drupal
# Jamie Burns [me] Accessibility Module [drupal]
# guidelines | search | wap resources | not getting help | fold to cure

__________________

Let the might of your compassion arise to bring a quick end
to the flowing stream of the blood and tears .....
Please hear my anguished words of truth.



__________________

Reply With Quote
  #8  
Old January 29th, 2004, 03:29 AM
mswp mswp is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2004
Location: Melbourne Australia
Posts: 15 mswp User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 3 m 58 sec
Reputation Power: 0
Send a message via ICQ to mswp
It has been built for IE (with all the non-std extras), sorry.

Reply With Quote
  #9  
Old January 29th, 2004, 04:34 AM
mswp mswp is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2004
Location: Melbourne Australia
Posts: 15 mswp User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 3 m 58 sec
Reputation Power: 0
Send a message via ICQ to mswp
I have just added a "Built for/Best with IE" Notice, that is now a little more polite, I guess.

Thanks

Reply With Quote
Reply

Viewing: Dev Shed ForumsWeb DesignCSS Help > CSS vs. tables for NEW site layouts?


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 2 hosted by Hostway
Stay green...Green IT