Quote:
Originally Posted by yarrgh
What else would I try to build in?
|
Nothing else, but you have to adopt a different way of looking at the design when converting it into a page layout.
When you are used to using tables for layout, everything is a cell or group of cells, either vertically or horizontally. For instance: A row of cells would become the header container (or a nested table). The same for navigation, either a column grouping in a row or a single column of grouped rows.
The content container would a group of rows and columns and so on.
So the seemingly natural progression would be continue using the same pattern for CSS styled layouts.
When you decide to move to CSS based layout, you MUST leave that methodology behind you. Thinking in terms of lots of boxes will get you confused and in trouble with cross browser compatibility.
Go back to the principle of "Keeping it simple" and take a holistic approach to the design. Look at the lines of demarcation and how you want the major elements to "flow" away from a left aligned vertical line. It really is a "top down" method of programming.
From there onwards your aim should be to use the minimum amount of markup to achieve the final look.
__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
|