Understandable. I do highly recommend the Eric Meyer book I linked earlier. It's project-based so it walks you through actual design scenarios and gives a good overview of the kinds of things you can do with CSS for layout. There is also a second book that is equally good.
Whenever the people here ask me for ideas on how to solve a layout problem, I can often turn to the chapter in the book and they can get a jump on the code from that. To me the biggest challenge of CSS is not fighting with browser compatability issues. It's changing the mental perspective on how to do layouts. Your question about the layering was fundamentally that kind of question. And that's what the Eric Meyer books give a great start on. Personally, I run into very few serious browser limitations. Most are either me being too inflexible in how I'm approaching a design problem, or me wanting something to absolutely work the same across all browsers. I gave up on that expectation years ago with vanilla HTML, so it's funny that it's back again now that we're all learning CSS. -Kevin On Sun, 2 Jan 2005 17:09:37 -0500, Michael Dinowitz <[EMAIL PROTECTED]> wrote: > Thats what I thought and I can't find a good layout editor to help. I'm > going to put the new design into play even with tables and then try to > convert it to CSS as time goes on. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net http://www.cfhosting.net Message: http://www.houseoffusion.com/lists.cfm/link=i:5:141353 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/5 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:5 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.5 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
