Question for CSS Experts.

Permabanned
Joined
25 Oct 2004
Posts
9,078
Im currently working on a project which involves creating several templates for a classified/auction website due for launch next year for the Volunteer sector, while im quiet happy designing the templates in HTML, I wouldnt mind getting to grips with CSS, specially in a more advanced way.

Before I jump into the deep end and pull my hair out in frustration would it be possible to create this sort of layout using just CSS.



The data in the Category column is dynamic as is most of the information, the php code behind it creates a table dynamically for that information.

Would it be possible to recreate the layout of the site using advanced CSS, to cut down on the use of tables, cos I can tell ya now theirs loads of em.
 
I think the easiest way to do it is definitely a table-based layout... *cringe* but don't do that. It can be done in CSS, I think the most tricky bit would be the two columns in the middle area (recently listed / hottest listings), other than that it's just a bog standard 3 column + header layout.

How would you go about doing the categories box etc in the left and login box in the right column ? use tables for those sections or could you do nested div thingies ?
 
Back
Top Bottom