View Poll Results: What to use for styling a page?
- Voters
- 7. You may not vote on this poll
-
Jul 1st, 2004, 05:40 AM
#1
Thread Starter
Don't Panic!
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
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...
-
Jul 1st, 2004, 07:01 AM
#2
Frenzied Member
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.
-
Jul 1st, 2004, 07:20 AM
#3
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...*
-
Jul 1st, 2004, 07:41 AM
#4
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.
-
Jul 1st, 2004, 08:45 AM
#5
Frenzied Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|