Posted by alexanderpas on September 17, 2009 at 4:19pm
Jump to:
| Project: | Conditional Stylesheets |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Issue Summary
This module currently only supports Downlevel-hidden Conditional Comments and not Downlevel-revealed Conditional Comments, so currently, we can't hide stuff from (certain versions of) IE (e.g. some advanced stylesheet,) while keeping it visible for the (latest IE versions and) other browsers.
This patch should add this feature to this module.
| Attachment | Size |
|---|---|
| conditional_styles-downlevel-revealed.patch | 1019 bytes |
Comments
#1
Marked #860828: Add support for non-IE browsers as a duplicate of this one.
#2
How would one do this for the Drupal 7 version where there is no "conditional_styles.theme.inc" to modify?