|
|
|
Today
new user
Reg'd: Tue
Posts: 3
|
|
Hi,
I would like to know following question about CSS layout. Please help me. Thanks
1. Is it worth to switch a completed website from table layout to CSS layout? 2. Where can I have a step by step Tutorial for CSS Layout? (Most tutorial I found is introduce CSS and the properties list) 3. Anyone buy the CSS book in SitePoint? Is it good?
Thanks!
|
|
Dunx
regular
Reg'd: Tue
Posts: 142
|
|
A good place to start is at w3schools - css tutorial.
Position is everything has information on how to use css posistioning rather than tables and deals with cross-browser bugs/problems.
Web Developer Lists, a list of 71 css menus, found on various sites.
All the best - Duncan
-------------------- bolitho
Under One Roof
|
Wiggster
regular
Reg'd: Tue
Posts: 135
Loc: Yorkshire, UK
|
|
I'd say yes.
Tables are becoming a thing of the past.
Using div(s) and css to style them is the way forward.
Much quicker and easier to code and there's more possibilities with using css.
HTMLDog is a good reference to start with.
|
|
|