Topic: A CSS Newbie...the basics? (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=10677" title="Pages that link to Topic: A CSS Newbie...the basics? (Page 1 of 1)" rel="nofollow" >Topic: A CSS Newbie...the basics? <span class="small">(Page 1 of 1)</span>\

 
grats42
Nervous Wreck (II) Inmate

From: hoboken nj
Insane since: Feb 2002

posted posted 02-16-2002 04:18

Okay, so I'm using dreamweaver, so making the CSS is pretty straightforward and easy. I'm re-doing my site
( www.drisson.com right now with CSS...my new site is at www.drisson.com/retry/index.html .... my main question is, do I use CSS to do the entire layout or do I continue using tables with it? And what's the deal with floating and clear layers? Any advice/newbie tips with this would be much appreciated...


Pugzly
Paranoid (IV) Inmate

From: 127.0.0.1
Insane since: Apr 2000

posted posted 02-16-2002 05:37

Use CSS to do as much as possible. You can still use tables, but if you can avoid it, cool.

Off the top of my head, I'd say one thing you'd want to do is pad that content along the left side a little, to get it away from the edges.

I noticed that you have the same CSS file listed twice in your headers....

Emperor
Maniac (V) Mad Scientist with Finglongers

From: Cell 53, East Wing
Insane since: Jul 2001

posted posted 02-16-2002 16:53

grats42: Use the level of CSS that you need. You need to take into account your potential visitors/customers, the amount of time and effort you want to put in, etc.

As it is a business that might expect a range of visitors with a wide range of browsers you might want to keep a table in there to give you your columns and then use things like DIVs to divide things up in the columns (rather than adding new tables or cells). It is a very different audience to a site aimed at people who would be likely to update their browsers more often (web professionals, etc.).

On the time front - it will take you more time to develop a CSS-only solution and test it heavily across various browsers to make sure it looks as good as possible in the Big Three and degrades well in NS4.x (some designs can look pretty good in older browsers pos. due to a good combination of luck and hard work!!). You might not want to invest the time (which isn't a sign of laziness as anyone who has cried blood over some fiendish cross browser bug will tell you).

In the end it is your call. Use CSS to extract various elements (fonts, colours, alignments, etc.) from the page and use alternative HTML elements (like DIVs) where you can to trim down the number of tables used. If you want to take the next step and abandon the use of tables then you need to think it through. I know a lot of people who have taken the plunge are grateful they did (although it is easiest to make the move on personal sites or sites aimed at a more technologically able audience rather than a business) but it is your call. If you do (or if you don't, of course) we are always on call for a browser/platform test or a review if you aren't sure of anything.

Emps



Post Reply
 
Your User Name:
Your Password:
Login Options:
 
Your Text:
Loading...
Options:


« BackwardsOnwards »

Show Forum Drop Down Menu