David, Jochem & Barney...thanks for you insight. Luckily, I
already use some of your mentioned ideas...

I wonder, how many OLD browsers are out there being used??? How
many haven't upgraded? And how many are using new browsers like
Safari? That's the scary thing! Designing for everyone is a pain!

And Barney...I am the designer, developer, network admin and martketing
guru. Do you think I have enough on my plate???

~Ch�

-----Original Message-----
From: David Delbridge [mailto:[EMAIL PROTECTED]
Sent: Wednesday, July 23, 2003 1:56 PM
To: CF-Talk
Subject: Re: OT: Style sheets & Browsers...


Hi Che,

I sometimes use <cfbrowser> by Chris Sgaraglino (www.ilgm.com) to
determine the visitor's browser, version and OS.

Create separate style sheets for each specific configuration (AOL.css,
MSIE.css, NS.css, etc.) and then call those with the ColdFusion variable
returned by <cfbrowser>.

For example:

   <!--- *************************************************************
--->
   <!--- LOAD BROWSER-SPECIFIC STYLE SHEET
--->
   <!--- *************************************************************
--->

   <cfbrowser>

   <link rel="stylesheet" href="/styles/#BrowserType#.css">

   <cfinclude template="Browsers/#BrowserType#.cfm">

This second include does some additional browser-specific "conditioning"
beyond style sheet discrepencies.  It simply sets some variables for
better matching form field lengths between browsers, etc.

I hope this is helpful.

Dave

--

David M. Delbridge
Circa 3000
ColdFusion Hosting
http://www.circa3k.com


Che Vilnonis wrote:
>
> I recently used browsercam.com to crawl my sites.
> WOW, was I in for a rude awakening!
>
> That got me thinking, how do YOU, as developers, write
> style sheets in order to cover your a$$ with the many
> variants of browsers/operating systems.
>
> Is there any ?cfif??cfelse? logic that can be deployed?
> Can anyone offer any tips/tricks to make YOUR site look
> good no matter where it is being displayed?
>
> TIA...Ch�
>
>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to