Ian Skinner wrote:
> Sandra Clark wrote:
>   
>> IE Conditionals only work in HTML
>>     
> Does this mean it does not work inside a <style>...</style> block?

That seems to be the case, this works:
<!--[if IE]>
<style type="text/css">
    div#content h3 { color: purple; }
</style>
<![endif]-->

So you have to provide an entire style block inside the conditional 
block?  I have not read anything about this fact when using IE 
conditionals.  Maybe it was in the examples and I did not notice it, but 
that seems a bit clunky.  Then again I am trying to work around IE's 
klutziness.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-community/message.cfm/messageid:293770
Subscription: http://www.houseoffusion.com/groups/cf-community/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.5

Reply via email to