Okay, I'm trying my best to redo layouts based on CSS. As long as the layout is rather simple, CSS with floats seems to be allright. Once your layout gets to be a little more complex and absolute positioning is needed, CSS begins to be a pita! Then again, I don't see CSS with floats to be separating content from formatting. You still need to write your code so that the divs are in the correct order for the CSS to render them correctly. This usually means all your navigation goes at the top of the page with the content being the last a search engine will see.
Absolute positioning seems to be how things should go except document flow gets all f'ed up and one browser won't interpret height="100%" the same as another browser. Well, to make a long story short, styling with CSS seems to be a great idea, positioning with CSS maybe not so. Marlon ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:136950 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=89.70.5 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
