I am aware of one technique that internet explorer employs in order to achieve something like what you are looking for, but this doesn't help you for other browsers.
You alsmost have to have some logic and then include different css files if you really want something extravagant. Check out this blog, rule #2: http://webdesignerwall.com/tutorials/css-specific-for-internet-explorer - *IE8 or below*: to write CSS rules specificially to IE8 or below, add a backslash and 9 (\9) at the end before the semicolon. - *IE7 or below*: add an asterisk (*) before the CSS property. - *IE6*: add an underscore (_) before the property. On Thu, Aug 11, 2011 at 8:15 AM, Che Vilnonis <[email protected]> wrote: > > I know how to call/import different CSS files using statements like this: > <!--[if lte IE 7]> > > My question is: within a single CSS file, is it possible to have conditonal > CSS statements? > I'm looking for a solution that doesn't require CF, PHP, or ASP. > > Thanks, Che > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:346692 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

