|
Yes, to some degree you're still going to have to cut up your PS mockup for a CSS-based layout, you just don't have to do it quite like you used to in tables. My typical layout is like this:
- body - might have a tiling bg applied to it
- wrapper - containing element that holds everything else, and it too might have a background set in the CSS. In many cases, this background image is small and repeats vertically, depending on the design. If I'm using a centered, fixed width layout with a drop shadow around the edges, the 'slice' for it includes the drop shadow on either side.
-header - well, has the header image in it, usually (but not always) set as a background of the header div
- sidebar - left or right side navigation area , may or may not have a background
- content - this may or may not have a background, but I have used a background.
- footer - again, may or may not have a background image, could tile horizontally or vertically depending on the design.
So, my 'slices' are typically for the header, the #wrapper background, the buttons for my nav if I use background images, and my footer. If I use a repeating 'stripe' on the body, that would be another 'slice'.
Does that help ?
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
Please login or register to view this content. Registration is FREE
Please login or register to view this content. Registration is FREE
|