TeamSite 7.2.1 - SitePublisher question
When moving a site into SitePublisher, how do you account for the additional style sheets that are loaded for older IE versions? Here is what we use:
<!--[if IE 6]><link rel="stylesheet" type="text/css" href="/us/_ui/css/ie6.css" media="all" /><script type="text/javascript" src="/us/_ui/js/iepngfix_tilebg.js"></script><![endif]-->
<!--[if IE 7]><link rel="stylesheet" type="text/css" href="/us/_ui/css/ie7.css" media="all" /><![endif]-->
<!--[if IE 8]><link rel="stylesheet" type="text/css" href="/us_ui/css/ie8.css" media="all" /><![endif]-->
I just wanted to find out what the common way of accounting for this was before moving forward.
Thanks!