Hello -<div><br></div><div>I&#39;m having CSS issues with IE8. I&#39;m using a slightly modified version of the Kubrick theme that comes packaged with Manakin. Spacing of the sidebar, header and footer are off in IE8.</div>

<div><br></div><div>I noticed that when I access my site using IE8, it uses two stylesheets: style.css and style-ie6.css. My first thought was to try and adjust that to use the style-ie7.css. I tried to fix it by doing the following:</div>

<div><br></div><div>1) In the global sitemap.xmap, I added a line:</div><div>  &lt;map:selectors&gt;</div><div>    &lt;map:selector name=&quot;browser&quot; ...&gt;</div><div>      ...</div><div>      <b>&lt;browser name=&quot;explorer8&quot; useragent=&quot;MSIE 8&quot;/&gt;</b></div>

<div>      ...</div><div><br></div><div>2) In the theme&#39;s sitemap.xmap I added another set of lines:</div><div>  &lt;map:select type=&quot;browser&quot;&gt;</div><div>    ...</div><div>    <b>&lt;map:when test=&quot;explorer8&quot;&gt;</b></div>

<div><b>      &lt;map:transform type=&quot;IncludePageMeta&quot;&gt;</b></div><div><span class="Apple-tab-span" style="white-space:pre"><b>        </b></span><b>&lt;map:parameter name=&quot;stylesheet.screen#1&quot; value=&quot;lib/css/style.css&quot;/&gt;</b></div>

<div><span class="Apple-tab-span" style="white-space:pre"><b>        </b></span><b>&lt;map:parameter name=&quot;stylesheet.screen#2&quot; value=&quot;lib/css/style-ie7.css&quot;/&gt;</b></div><div><span class="Apple-tab-span" style="white-space:pre"><b>        </b></span><b>&lt;map:parameter name=&quot;javascript#1&quot; value=&quot;lib/jquery-1.2.min.js&quot;/&gt;</b></div>

<div><span class="Apple-tab-span" style="white-space:pre"><b>        </b></span><b>&lt;map:parameter name=&quot;javascript#2&quot; value=&quot;lib/kubrick-jquery.js&quot;/&gt;</b></div><div><span class="Apple-tab-span" style="white-space:pre"><b>        </b></span><b>&lt;map:parameter name=&quot;theme.path&quot; value=&quot;{global:theme-path}&quot;/&gt;</b></div>

<div><span class="Apple-tab-span" style="white-space:pre"><b>        </b></span><b>&lt;map:parameter name=&quot;<a href="http://theme.name">theme.name</a>&quot; value=&quot;{global:theme-name}&quot;/&gt;</b></div><div><b>      &lt;/map:transform&gt;</b></div>

<div><b>    &lt;/map:when&gt;</b></div><div>    ...</div><div><br></div><div>However I didn&#39;t have any luck -- IE8 still identifies itself as useragent &quot;MSIE 8&quot;, but something isn&#39;t recognizing that as something different than explorer 6...</div>

<div><br></div><div>Any suggestions? Thanks a lot,</div><div>Ryan</div><div><br></div><div><br></div><div><br></div>