It's a Microsoft-only, non-standard, style declaration. It will never be a css standard because it's dependent on DirectX. I'd personally prefer the errors to remain because they are real errors. If that error is breaking the parser for the rest of your style sheet, Aptana might want to know so they can make their parser more robust. A solution that many people take is to put all the non-standard IE style into a separate style sheet and have CF decide when to use the style sheet based on the User Agent.
On Fri, Mar 21, 2008 at 6:42 AM, ColdFusion <[EMAIL PROTECTED]> wrote: > I have the following within a CSS declaration but Aptana displays the > following validation issue: > > > > filter: progid:DXImageTransform.Microsoft.Shadow > (color=gray,direction=135); > > > > Aptana error: > > attempt to find a semi-colon before the property name. add it > > Property progid doesn't exist > > unrecognized:DXImageTransform.Microsoft.Shadow(color=gray,direction=135); > > Parse error - Unrecognized > > > > Any ideas on how to solve this besides not using the declaration? > > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301745 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

