Forum Moderators: not2easy
I have a layout in PSD that I want to slice. There are graphical columns, for example. The columns are subject to stretch downwards as more text fills the container.
I would like to know the best way to slice and represent the containers. I know Image ready can render DIVs or tables. The DIVs are useless to me because its just absolute positioning stuff. The other options is tables but everyone is using CSS so I have to convert the table representation to CSS! (round and around we go).
I know there is an art to slicing... I've searched everywhere tonight for the reasons why to slice certain zones but come up with nothing.
Any help appreciated
<hops onto fence>
However I have created reasonably successful websites using sliced graphics from fireworks....
just don't mention accessibility...
Some things to remember
I use slicing constantly when working on a new design, but only on a one by one or sectional basis; e.g. Ill have the layout all set out how i want it in IR, and ill say, create a 1 px wide slice of an area i want to tile, save it, switch to my code editor and stick it in the CSS (probably re-naming which helps loads). then switch back to get the next bit - working with IR and my code editor side by side to build the page incrementally.
Certainly would not recommend exporting a whole layout as slices and using the generated html/css, which i think is probably what limbo was getting at :)