Thanks for the reply, Cutter... It does seem an elegant and efficient way to design, but I've been following discussions on the css-discuss mailing list, and they sure spend a lot of time figuring out design issues.
I'm just wondering if I'll be spending too much time trying to make CSS design behave and not enough time coding CF. I guess there's probably a common set of functional design patterns that work well with all (mostly all) browsers and I could learn what to stay away from... What's been the key for making CSS work well for you in dealing with incompatabilities between browsers? Or does it just seem that there are a lot of issues because the problems are usually the only hot topics that are discussed on lists... Rick -----Original Message----- From: Cutter (CF-Talk) [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 14, 2005 3:33 PM To: CF-Talk Subject: Re: CSS and Firefox Rick, Yes, I'm using CSS for all of my design (only using tables for tabular data). Irie Radio is my first foray into Mach II, and every page contains some dynamic data (much more to come). I've really had to rethink some things structurally to leverage CF with a total CSS layout, but in the end run I'm finding it to be much more flexible from a design standpoint, especially as I modularize my code. Much easier to change and maintain. Cutter Rick Faircloth wrote: >Hi, Cutter... > >Are you using CSS as your primary design approach or tables? >I say primary, because I'm sure you use both, but what do you >use to do your basic page layout? > >And if you use CSS, how has it worked with dynamic pages and CF? > >Rick > > >-----Original Message----- >From: Cutter (CF-Talk) [mailto:[EMAIL PROTECTED] >Sent: Wednesday, September 14, 2005 9:08 AM >To: CF-Talk >Subject: Re: CSS and Firefox > > >AAAAhhhh! Thanks Damien. I had tried adjusting the internal content >block sizes and forgot about my primaryContent container. > >The WebDeveloper Toolbar extension for Firefox is great for this as >well. It's got an option in the Outline menu to Outline Block Level >Elements, so I don't have to adjust my stylesheet to see all of these >elements. Overall it's not perfect, but it has been a great tool. > >Thanks again Damien (and all those others who posted). Dropping that >width just 5px (460px) was all it needed. > >Cutter > >Damien McKenna wrote: > > >>Its simply a case of your content being too wide. I made the following >>change and it worked fine: >> >>#primaryContent { >> width:455px; >>} >> >>I suggest adding the following to your main DIVs to see where everything >>is *really* positioning: >> >> border: 1px dashed red; >> >> >> > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:218349 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

