I have it defined as <!DOCTYPE html> I kinda have it narrowed down to IE 9 having issues with my conditional comments .. but who know how I'm gonna get around it
On 12/20/2012 4:39 PM, Maureen wrote: > Do you have a DOCTYPE defined? IE is nasty if you don't . > > On Thu, Dec 20, 2012 at 1:38 PM, Scott Stewart > <[email protected]>wrote: > >> Except that it's a .cfm page >> >> I'm trying to do cross browser compatible CSS, and of course it works in >> Firefox, however in IE 9 the damn css file loads, but the browser see it >> as blank... >> I think my conditional comments are correct... but geeze this is a pain >> >> <!--[if IE]> >> link to mainIE.css >> >> <!--[if !IE]--> >> link to everyone else's main.css >> <![end if]--> >> > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-community/message.cfm/messageid:359347 Subscription: http://www.houseoffusion.com/groups/cf-community/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-community/unsubscribe.cfm
