[theme-reviewers] Using wp_enqueue_style() With IE Conditionals
Justin Tadlock
justin at justintadlock.com
Fri Apr 22 18:27:10 UTC 2011
This should be the *required* way. Additional stylesheets should always
be added with wp_enqueue_style(). This is what I've been putting in my
reviews, even for conditional stylesheets.
On 4/21/2011 1:22 PM, Chip Bennett wrote:
> I just found this:
> http://iamzed.com/2010/01/07/using-wordpress-wp_enqueue_style-with-conditionals/
>
> wp_enqueue_style(
> 'ie7-style',
> get_template_directory_uri() . '/ie7.css'
> );
> global <http://www.php.net/global> $wp_styles;
> $wp_styles->add_data( 'ie7-style', 'conditional', 'lte IE 7′);
>
>
> This might move into the Guidelines, as *Recommended* implementation
> of enqueueing IE-conditional stylesheets. Thoughts?
>
> Chip
>
>
> _______________________________________________
> theme-reviewers mailing list
> theme-reviewers at lists.wordpress.org
> http://lists.wordpress.org/mailman/listinfo/theme-reviewers
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.wordpress.org/pipermail/theme-reviewers/attachments/20110422/af04bf22/attachment.htm>
More information about the theme-reviewers
mailing list