Hi All,

I just upgraded one my old sites to CF9 and was surprised all of a sudden to
see some changes in formatting on some pages but not others. IE; strong tags
not bolding, h1's looking different than previously and other issues as
well. After some investigating I found the issue, apparently CF9's ext
framework has a built in CSS reset.

 

See the code below.

 

File: CFIDE/scripts/ajax/resources/ext/css/ext-all.css

 

html,body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquot
e,th,td{margin:0;padding:0;}

img,body,html{border:0;}

address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight
:normal;}

//ol,ul {list-style:none;}

caption,th {text-align:left;}

//h1,h2,h3,h4,h5,h6{font-size:100%;}

q:before,q:after{content:'';}

 

I know, this is something that I should have probably been doing already and
strong tags are deprecated, but still. If I wanted to do a css reset, I
would do a css reset and wouldn't expect a ColdFusion upgrade to do it for
me.

 

Note: to make it more odd, this only effects pages that are using ColdFusion
tags that use the ext framework like cfgrid, cfwindow, cftooltip ect.

 

Best Regards,

Paul Alkema

http://paulalkema.com/

 



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:334645
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to