Pardon my ignorance and I will never doubt you again :) It works perfectly
(so far). Thanks for clearing that up for me.
 
..:.:.:.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com


-----Original Message-----
From: Sandy Clark [mailto:[EMAIL PROTECTED] 
Sent: Friday, November 11, 2005 10:08 AM
To: CF-Talk
Subject: RE: CSS

Actually, since the IE7 fix file is simply a js file that you include, it is
downloaded by all clients without them having to do anything (unless they
can't or don't use javascript).

Simply put this into the top of your <head> before calling any other style
sheets.
        <!-- compliance patch for microsoft browsers -->
        <!--[if lt IE 7]>
                <script src="ie7/ie7-standard-p.js"
type="text/javascript"></script>
        <![endif]-->


Try it, you might be pleasantly surprised.  
http://dean.edwards.name/IE7/intro/ 

-----Original Message-----
From: Bobby Hartsfield [mailto:[EMAIL PROTECTED] 
Sent: Friday, November 11, 2005 9:17 AM
To: CF-Talk
Subject: RE: CSS

Since I can't twist everyone's arm who comes to the site and make them
download a patch... I'm still stuck with setting the class attribute.




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:223945
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=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to