Posted by scor on July 7, 2012 at 4:29am
1 follower
| Project: | Fusion |
| Version: | 7.x-2.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
The conditional stylesheets in html.tpl.php are out dated. http://paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-ne... includes a newer, shorter version:
<!--[if lt IE 7]> <html class="lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class=""> <!--<![endif]-->