|
|
|
| |||||||||
| 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 | |||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
||||
|
||||
|
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. |
|
#2
|
||||
|
||||
|
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. |
|
#3
|
||||
|
||||
|
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 |
|
#4
|
|||
|
|||
|
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. |
|
#5
|
||||
|
||||
|
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. |
|
#6
|
|||
|
|||
|
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. ![]() |
|
#7
|
||||
|
||||
|
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. ![]() __________________ |
|
#8
|
|||
|
|||
|
It has been built for IE (with all the non-std extras), sorry.
|
|
#9
|
|||
|
|||
|
I have just added a "Built for/Best with IE" Notice, that is now a little more polite, I guess.
Thanks ![]() |
![]() |
| Viewing: Dev Shed Forums > Web Design > CSS Help > CSS vs. tables for NEW site layouts? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|